summaryrefslogtreecommitdiff
path: root/www/py-requests-oauthlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* www/py-requests-oauthlib: update to 0.6.2 and set NO_ARCHRene Ladan2016-07-252-4/+6
| | | | | | | | | PR: 211313 Submitted by: myself Approved by: maintainer (koobs) Notes: svn path=/head/; revision=419051
* www/py-requests-oauthlib: update to 0.6.1Rene Ladan2016-06-182-3/+4
| | | | | | | | | PR: 209991 Submitted by: myself Approved by: maintainer timeout (koobs, 15 days) Notes: svn path=/head/; revision=417051
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* www/py-requests-oauthlib: Update to 0.5.0Kubilay Kocak2015-10-282-14/+7
| | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.5.0) - Update TEST_DEPENDS - Remove TESTS option since the framework now supports TEST_DEPENDS,etc - Rename test target and use canonical/wrapped PYDISTUTILS_SETUP variable. Changes: https://github.com/requests/requests-oauthlib/blob/v0.5.0/HISTORY.rst Notes: svn path=/head/; revision=400375
* Fix RUN_DEPENDSAntoine Brodin2014-12-231-1/+2
| | | | Notes: svn path=/head/; revision=375318
* security/py-requests-oauthlib: Update to 0.4.2Kubilay Kocak2014-12-223-26/+14
| | | | | | | | | | | | | | | | | | | - Update to 0.4.2 - Switch distribution files from Github -> PyPi (CHEESESHOP) - Add TESTS option for running the test suite - Update RUN_DEPENDS and TEST_DEPENDS - Use modern Python framework bits - Remove unecessary patch (upstreamed) Changes: * https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst PR: 193097 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes) Notes: svn path=/head/; revision=375209
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-01-292-27/+3
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=341731
* Sweep www/py-requests dependants to www/py-requests1Kubilay Kocak2014-01-271-1/+2
| | | | | | | | | | | | | | Point all www/py-requests dependants to www/py-requests1 in preparation for the upgrade of www/py-requests to version 2.x, which substantially breaks API compatibility. Maintainers of these ports can update their requests dependency independently as time for sufficient testing permits. PR: ports/185631 Notes: svn path=/head/; revision=341385
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* www/py-requests-oauthlib: Update to 0.3.2Kubilay Kocak2013-06-102-6/+6
| | | | | | | | | | | | | - Update to 0.3.2 - Update pkg-plist - Bump RUN_DEPENDS version for oauthlib (and report upstream) Changes: https://github.com/requests/requests-oauthlib/commits/v0.3.2 Notes: svn path=/head/; revision=320426
* www/py-requests-oauthlib: Fix PKGORIGINKubilay Kocak2013-05-141-1/+1
| | | | | | | | | | - Update CATEGORIES (net -> www) Approved by: pointyhat, eadler, rm (mentors, implicit) Obtained from: erwin (via automated email) Notes: svn path=/head/; revision=318159
* www/py-requests-oauthlib: OAuthlib authentication support for Requests [NEW ↵Kubilay Kocak2013-05-135-0/+74
PORT] This project provides first-class OAuth library support for Requests. OAuth can seem overly complicated and it sure has its quirks. Luckily, requests-oauthlib hides most of these and let you focus at the task at hand. WWW: https://github.com/requests/requests-oauthlib Approved by: eadler, rm (mentors, implicit) Notes: svn path=/head/; revision=318074