mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Changes: https://pip.pypa.io/en/stable/news/ See also: https://reviews.freebsd.org/D4106 PR: 204367 Reviewed by: antoine, koobs, nivit Approved by: nivit (maintainer)
11 lines
311 B
Python
11 lines
311 B
Python
--- setup.py.orig 2015-11-14 14:08:36 UTC
|
|
+++ setup.py
|
|
@@ -78,8 +78,6 @@ setup(
|
|
entry_points={
|
|
"console_scripts": [
|
|
"pip=pip:main",
|
|
- "pip%s=pip:main" % sys.version[:1],
|
|
- "pip%s=pip:main" % sys.version[:3],
|
|
],
|
|
},
|
|
tests_require=tests_require,
|