diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-14 20:47:56 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:01:53 +0100 |
| commit | 9de06368f80b0151f0ac72160e8c1144ef7a1189 (patch) | |
| tree | 8c7ac7602d96dad1019dc4844ae99543d9bca6dc /gnu/packages/python-build.scm | |
| parent | 456fa21920956720f5445c58848ef0e04c729d5f (diff) | |
gnu: python-pretend: Drop python-packaging-bootstrap.
* gnu/packages/python-build.scm (python-pretend):
[native-inputs]: Remove python-packaging-bootstrap.
Change-Id: I6d1ceea6399410f575599eb093f22b57c20ee22a
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 22df11ea04c..0ec89fad2f7 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -997,7 +997,7 @@ that client code uses to construct the grammar directly in Python code.") | |||
| 997 | (version "1.0.9") | 997 | (version "1.0.9") |
| 998 | (source | 998 | (source |
| 999 | (origin | 999 | (origin |
| 1000 | (method git-fetch) ;no tests in PyPI archive | 1000 | (method git-fetch) |
| 1001 | (uri (git-reference | 1001 | (uri (git-reference |
| 1002 | (url "https://github.com/alex/pretend") | 1002 | (url "https://github.com/alex/pretend") |
| 1003 | (commit (string-append "v" version)))) | 1003 | (commit (string-append "v" version)))) |
| @@ -1006,8 +1006,7 @@ that client code uses to construct the grammar directly in Python code.") | |||
| 1006 | (base32 "156l685r9mg7i4xyrk9ql3sxk088irxlg8x7md5i0d05hdw1z8rs")))) | 1006 | (base32 "156l685r9mg7i4xyrk9ql3sxk088irxlg8x7md5i0d05hdw1z8rs")))) |
| 1007 | (build-system pyproject-build-system) | 1007 | (build-system pyproject-build-system) |
| 1008 | (native-inputs | 1008 | (native-inputs |
| 1009 | (list python-packaging-bootstrap | 1009 | (list python-pytest-bootstrap |
| 1010 | python-pytest-bootstrap | ||
| 1011 | python-setuptools-bootstrap)) | 1010 | python-setuptools-bootstrap)) |
| 1012 | (home-page "https://github.com/alex/pretend") | 1011 | (home-page "https://github.com/alex/pretend") |
| 1013 | (synopsis "Library for stubbing in Python") | 1012 | (synopsis "Library for stubbing in Python") |
