Commit graph

29 commits

Author SHA1 Message Date
Goran Mekic
e6ec12f664 www/py-pyjwt: Rename to www/py-pyjwt1
To make it possible to easily import py-pyjwt v2.x move the current port
to a versioned directory. Bump consumers after rename of the dependency.

PR:		254038
2021-10-04 19:10:05 +02:00
Po-Chuan Hsieh
30f2b82fc5
security/py-oauthlib: Update WWW
Approved by:	portmgr (blanket)
2021-07-19 01:54:47 +08:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Rene Ladan
75d659b385 Remove logic for Python < 3.6 for ports using Python 3.6+ 2021-01-11 19:36:17 +00:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Rene Ladan
3fcbf37c99 Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26 2016-11-13 16:14:14 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Rene Ladan
a8e20f7641 security/py-oauthlib: update to 1.1.2
PR:		209989
Submitted by:	myself
Approved by:	maintainer timeout (koobs, 15 days)
2016-06-18 07:36:35 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Kubilay Kocak
50798bfc7e security/py-oauthlib: Update 1.0.3
- Update PORTVERSION and distinfo checksum (1.0.3)
- Update COMMENT to more closely match setup.py:description=
- Update TEST dependencies and test target
- Remove TESTS option bits accordingly
- Move mock to only Python 2.x TEST_DEPENDS
- Enable NO_ARCH (architecture independent)
- Add LICENSE_FILE
2016-02-26 10:53:49 +00:00
Antoine Brodin
278351948b Allow use a regular user, some files were unreadable 2015-12-25 22:35:43 +00:00
Antoine Brodin
1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00
Kubilay Kocak
e05a400080 security/py-oauthlib: Update to 0.7.2, Add OPTIONS
- Update to 0.7.2
- Switch distfiles from GitHub -> PyPi (CHEESESHOP)
- Add RSA, SIGNALS and SIGNEDTOKEN (JWT) and TESTS options
- Adjust RUN_DEPENDS and TEST_DEPENDS
- Remove uncessary setup.py patch

Changes:

  * https://github.com/idan/oauthlib/blob/0.7.2/CHANGELOG.rst

PR:		193096
Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes)
2014-12-22 05:07:43 +00:00
Mark Felder
f3c11d37df Update "BSD" license in security category 2014-12-10 14:04:23 +00:00
Marcus von Appen
742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00
Marcus von Appen
313c33e948 - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-15 09:18:40 +00:00
Kubilay Kocak
57c9d0f6c0 security/py-oauthlib: Update to 0.6.0
- Update to 0.6.0
- Enable STAGE support
- Enable AUTOPLIST, delete pkg-plist

Changes:

https://github.com/idan/oauthlib/tree/0.6.0#changelog
2013-11-30 18:16:08 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Kubilay Kocak
6fc13122f8 security/py-oauthlib: Fix pkg-plist
- Fix pkg-plist. missing @dirrm entries

Reported by:	sbz (thanks!)
2013-06-14 14:04:38 +00:00
Kubilay Kocak
850f8cf258 security/py-oauthlib: Update to 0.4.2
- Update to 0.4.2
- Update pkg-plist

Changes:

- 0.4.2: OAuth 2 draft to RFC. Removed OAuth 2 framework decorators.
- 0.4.1: Documentation corrections and various small code fixes.
2013-06-10 01:08:24 +00:00
Kubilay Kocak
6e01dcd030 security/py-oauthlib: Update to 0.4.0
- Update pkg-descr WWW:
- Update pkg-plist

Changes: https://github.com/idan/oauthlib/tree/0.4.0#changelog

Approved by:	eadler, rm (mentors, implicit)
2013-04-28 06:46:43 +00:00
Kubilay Kocak
e74880ea7b - Update to 0.3.8
- Update pkg-plist
- Use GITHUB for DISTFILES
- Add TEST_DEPENDS and regression-test target
- Refactor {BUILD,RUN,TEST}_DEPENDS lists
- Update COMMENT accoding to standards
- Tab->space in pkg-descr

Changes: https://github.com/idan/oauthlib/tree/0.3.8#changelog

Approved by:	rm (mentor)
2013-03-24 04:42:13 +00:00
Kubilay Kocak
d95c946543 Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
2013-02-09 14:50:27 +00:00
Sofian Brabez
ad03b6f1fb - Update to 0.3.0
PR:		ports/170633
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
2012-08-14 14:47:15 +00:00
Ruslan Makhmatkhanov
fc9240610a - remove unneded LICENSE_FILE knob
- add dependency on py-rsa to RUN_DEPENDS too
- mark this port python3 ready
- remove trailing slash from pkg-plist entry
- bump PORTREVISION because of dependency change

PR:		169068 (follow-up patch)
Submitted by:	rm (myself)
Approved by:	koobs k <koobs.freebsd at gmail dot com> (maintainer)
2012-06-15 11:22:44 +00:00
Ruslan Makhmatkhanov
147eddf99b - correct port category
PR:		169068
Submitted by:	koobs <koobs.freebsd at gmail dot com> (maintainer)
2012-06-14 14:28:25 +00:00
Tom Judge
e203756e7e OAuthLib is a generic Python module which implements the logic of
OAuth without assuming a specific HTTP request object. Use it to graft
OAuth support onto your favorite HTTP library.

WWW:	https://github.com/idangazit/oauthlib

PR:		ports/168460
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	eadler (mentor)
2012-06-14 00:36:22 +00:00