mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
5fc3ed9a88
- Update PORTVERSION and distinfo checksum (0.7.19) [1] - Add TEST_DEPENDS and update test target - shebangfix not required with setuptools shebang auto-rewriting PR: 219883 Submitted by: Franco Fichtner <franco opnsense org> [1]
15 lines
391 B
Python
15 lines
391 B
Python
--- setup.py.orig 2017-01-11 23:42:52 UTC
|
|
+++ setup.py
|
|
@@ -174,11 +174,6 @@ def main():
|
|
scripts=['netaddr/tools/netaddr'],
|
|
url='https://github.com/drkjam/netaddr/',
|
|
version=netaddr.__version__,
|
|
- options={
|
|
- 'build_scripts': {
|
|
- 'executable': '/usr/bin/env python',
|
|
- },
|
|
- },
|
|
)
|
|
|
|
setup(**setup_options)
|