diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:49:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:49:06 +0000 |
commit | 228e7c7c37c05bab4d42a5b3a276002a2487dc44 (patch) | |
tree | ed7649460966dcba325c7e9bd43a7945f8d09aa9 /devel/py-jira/files/patch-setup.py | |
parent | - Add LICENSE (diff) |
- Update to 0.16
- Add LICENSE
- Use USE_PYDISTUTILS=yes
- Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
Changes: https://bitbucket.org/bspeakmon/jira-python/commits/tag/0.16
PR: ports/188194
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: Alexandros Kosiaris <akosiaris@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=350323
Diffstat (limited to 'devel/py-jira/files/patch-setup.py')
-rw-r--r-- | devel/py-jira/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/py-jira/files/patch-setup.py b/devel/py-jira/files/patch-setup.py new file mode 100644 index 000000000000..55f84b4c6a0b --- /dev/null +++ b/devel/py-jira/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig 2014-03-31 18:51:32.994913332 +0600 ++++ setup.py 2014-03-31 18:51:50.178924965 +0600 +@@ -8,11 +8,6 @@ + version=__version__, + packages=find_packages(), + +- install_requires=['requests>=1.2.3', +- 'requests_oauthlib>=0.3.3', +- 'ipython>=0.13', +- 'tlslite>=0.4.4'], +- setup_requires=['sphinx', 'requests_oauthlib'], + extras_require={ + 'magic': ['filemagic>=1.6'], + }, |