Commit graph

12 commits

Author SHA1 Message Date
Mikolaj Golub
88cd74c889 update to 3.9.0 2020-03-09 17:22:50 +00:00
Mikolaj Golub
2720f78e5c update to 3.8.1 2019-11-17 14:21:56 +00:00
Mikolaj Golub
1196c3eba0 update to 3.8.0 2019-09-13 07:21:51 +00:00
Mikolaj Golub
a6d82dfcd5 update to 3.7.0 2019-03-09 18:02:47 +00:00
Dmitry Marakasov
8943d08100 - Add LICENSE_FILE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2019-01-28 09:30:37 +00:00
Mikolaj Golub
b4a1218fa6 update to 3.6.0 2018-09-16 08:23:41 +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
Mikolaj Golub
d97171a4ea update to 3.5.0 2018-03-17 17:04:55 +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
Mikolaj Golub
fa4f5c94c8 update to 3.4.0 2017-09-10 17:54:04 +00:00
Mikolaj Golub
c7a526e299 update to 3.3.0 2017-01-28 13:18:37 +00:00
Roman Bogorodskiy
74dcfe4548 databases/py-swiftclient: rename to py-python-swiftclient
- Rename to py-python-swiftclient to follow naming convention
   for Python port available on pypi to match pypi name
 - Update dependencies for databases/py-swift and
   net/py-python-heatclient and bump PORTREVISION for these ports

PR:		215374
Approved by:	trociny (maintainer)
2016-12-18 15:44:45 +00:00
Renamed from databases/py-swiftclient/Makefile (Browse further)