python3Packages.portend: 3.2.0 -> 3.2.1
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -10,19 +10,23 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "portend";
|
||||
version = "3.2.0";
|
||||
format = "pyproject";
|
||||
version = "3.2.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-UlCjUsGclZ12fKyHi4Kdk+XcdiWlFDOZoqANxmKP+3I=";
|
||||
hash = "sha256-qp1Aqx+eFL231AH0IhDfNdAXybl5kbrrGFaM7fuMZIk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
postPatch = ''
|
||||
sed -i "/coherent\.licensed/d" pyproject.toml;
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ tempora ];
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
dependencies = [ tempora ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user