ports/devel/py-git-up/files/patch-setup.py
Kurt Jaeger d4d67456f3 devel/py-pygitup: Update to 1.3.0, Rename to py-git-up (PyPI name)
- Support for Python 3 has been added

PR:		204266
Submitted by:	pi
Approved by:	Maxim Filimonov <che@bein.link>
2015-11-07 16:53:46 +00:00

15 lines
552 B
Python

--- setup.py.orig 2015-11-03 20:07:22 UTC
+++ setup.py
@@ -6,9 +6,9 @@ setup(
version="1.3.0",
packages=find_packages(exclude=["tests"]),
scripts=['PyGitUp/gitup.py'],
- install_requires=['GitPython==1.0.0', 'colorama==0.3.3',
- 'termcolor==1.1.0', 'docopt==0.6.2',
- 'six==1.9.0'],
+ install_requires=['GitPython>=1.0.0', 'colorama>=0.3.3',
+ 'termcolor>=1.1.0', 'docopt>=0.6.2',
+ 'six>=1.9.0'],
# Tests
test_suite="nose.collector",