1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-23 21:50:32 -04:00
Commit graph

3 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c9033fff30 - Update to 1.9.0.post1
- Add NO_ARCH
- Relax USES=python

Changes:	https://github.com/joestump/python-oauth2/commits/release/1.9
2016-12-24 13:04:00 +00:00
Kubilay Kocak
e75dda1754 net/py-oauth2: Clean up, modernize & add QA bits
- Take maintainership under python@'s wings
- httplib2 is a RUN not BUILD dependency
- Add TEST_DEPENDS and regression-test target
- Limit to Python 2.x
- Sort USE_PYTHON values
- Add breadcrumb/notes to setup.py patch
- Make pkg-descr a bit prettier
2015-02-11 13:34:46 +00:00
Kubilay Kocak
fc6119645e net/py-oauth2: Fix tests from being installed in site-packages
- Patch setup.py to exclude tests from install (CONFLICT) [1][2]
- pkg-descr: Tab->space in WWW: (portlint)
- Bump PORTREVISION

[1] This Python package uses packages=find_packages() with a tests
module in the root that contains an __init__.py file, which results
in the tests module being installed in site-packages. The correct way
of including tests in a pypi package using sdist, while excluding tests
in the root from being installed it to use:

 * packages = find_packages(exclude='tests'),
 * A MANIFEST.in containing "include tests/*" or equivalent

[2] https://github.com/simplegeo/python-oauth2/issues/139

Reported by:	antoine
Approved by:	maintainer (via Twitter)
2014-03-15 15:07:07 +00:00