diff options
Diffstat (limited to 'srcpkgs/python3-entrypoints')
-rw-r--r-- | srcpkgs/python3-entrypoints/patches/setup.py.patch | 2 | ||||
-rw-r--r-- | srcpkgs/python3-entrypoints/template | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/srcpkgs/python3-entrypoints/patches/setup.py.patch b/srcpkgs/python3-entrypoints/patches/setup.py.patch index bc76686dcef..b39cd6d403b 100644 --- a/srcpkgs/python3-entrypoints/patches/setup.py.patch +++ b/srcpkgs/python3-entrypoints/patches/setup.py.patch @@ -1,5 +1,5 @@ --- /dev/null -+++ setup.py ++++ b/setup.py @@ -0,0 +1,14 @@ +from setuptools import setup + diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template index 89093839963..eb3318811dc 100644 --- a/srcpkgs/python3-entrypoints/template +++ b/srcpkgs/python3-entrypoints/template @@ -12,7 +12,6 @@ license="MIT" homepage="https://github.com/takluyver/entrypoints" distfiles="https://github.com/takluyver/entrypoints/archive/${version}.tar.gz" checksum=f26eddc371e37d8e9f6663b77524d6731567f005bd1e4ac950c0e33c48fbc065 -patch_args=-Np0 pre_build() { vsed -i "s|@VERSION@|${version}|" setup.py |