Merge pull request #172375 from r-ryantm/auto-update/python3.10-pygtfs
python310Packages.pygtfs: 0.1.6 -> 0.1.7
This commit is contained in:
commit
f770655390
@ -4,6 +4,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, nose
|
, nose
|
||||||
, pytz
|
, pytz
|
||||||
|
, pythonOlder
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
, six
|
, six
|
||||||
, sqlalchemy
|
, sqlalchemy
|
||||||
@ -11,11 +12,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pygtfs";
|
pname = "pygtfs";
|
||||||
version = "0.1.6";
|
version = "0.1.7";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0nx2idgza07kmvj7pcgpj3pqhw53v5rq63paw2ly51cjas2fv5pr";
|
hash = "sha256-sGJwtf8DVIrE4hcU3IksnyAAt8yf67UBJIiVILDSsv8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -33,7 +37,9 @@ buildPythonPackage rec {
|
|||||||
nose
|
nose
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "pygtfs" ];
|
pythonImportsCheck = [
|
||||||
|
"pygtfs"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module for GTFS";
|
description = "Python module for GTFS";
|
||||||
|
Loading…
Reference in New Issue
Block a user