python3Packages.zope-event: 6.0 -> 6.1
https://github.com/zopefoundation/zope.event/blob/6.1/CHANGES.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -8,21 +8,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope-event";
|
||||
version = "6.0";
|
||||
version = "6.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zopefoundation";
|
||||
repo = "zope.event";
|
||||
tag = version;
|
||||
hash = "sha256-1ZdhJwxzYsMT2s+z4MLR71cLFzIEmwE0KFilwg7BQ1E=";
|
||||
hash = "sha256-ugyHPqqFcObgldThkkUQgZnl1fVEcXYFnXyAxNwUFIE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools ==" "setuptools >="
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonImportsCheck = [ "zope.event" ];
|
||||
|
||||
Reference in New Issue
Block a user