python3Packages.jaraco-collections: 5.1.0 -> 5.2.1
https://github.com/jaraco/jaraco.collections/blob/v5.2.1/NEWS.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -10,18 +10,17 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jaraco-collections";
|
pname = "jaraco-collections";
|
||||||
version = "5.1.0";
|
version = "5.2.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "jaraco_collections";
|
pname = "jaraco_collections";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-DkgpQJ05rRikCqZ1T+4nZ/TZcwxLpm3J34nx0nVplMI=";
|
hash = "sha256-2rgZcLrW8KtTsgdF8bAdo3km5MD81CUEaqReDY76GO0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# break dependency cycle
|
sed -i "/coherent\.licensed/d" pyproject.toml
|
||||||
sed -i "/'jaraco.text',/d" setup.cfg
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Reference in New Issue
Block a user