File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
python-modules/devpi-common Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1010 setuptools-changelog-shortener ,
1111 setuptools ,
1212 tomli ,
13+ nix-update-script ,
1314} :
1415
1516buildPythonPackage rec {
@@ -41,6 +42,8 @@ buildPythonPackage rec {
4142
4243 pythonImportsCheck = [ "devpi_common" ] ;
4344
45+ passthru . updateScript = nix-update-script { } ;
46+
4447 meta = with lib ; {
4548 homepage = "https://github.com/devpi/devpi" ;
4649 description = "Utilities jointly used by devpi-server and devpi-client" ;
Original file line number Diff line number Diff line change 55 glibcLocales ,
66 python3 ,
77 fetchPypi ,
8+ nix-update-script ,
89} :
910
1011python3 . pkgs . buildPythonApplication rec {
1112 pname = "devpi-client" ;
12- version = "7.1 .0" ;
13+ version = "7.2 .0" ;
1314 pyproject = true ;
1415
1516 src = fetchPypi {
16- pname = "devpi_client " ;
17+ pname = "devpi-client " ;
1718 inherit version ;
18- hash = "sha256-NwbhrojxOJSpDvMk0MbAGCbjmS8z2g1ynW6zzgVvy/M =" ;
19+ hash = "sha256-wUM2hFjDh4unvuah2bQY4uZZVxo4VmFPWNdriigmnXs =" ;
1920 } ;
2021
2122 build-system = with python3 . pkgs ; [
@@ -66,6 +67,8 @@ python3.pkgs.buildPythonApplication rec {
6667
6768 pythonImportsCheck = [ "devpi" ] ;
6869
70+ passthru . updateScript = nix-update-script { } ;
71+
6972 meta = with lib ; {
7073 description = "Client for devpi, a pypi index server and packaging meta tool" ;
7174 homepage = "http://doc.devpi.net" ;
You can’t perform that action at this time.
0 commit comments