1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
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
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Marcus von Appen
d45fbf3040 - Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
2014-10-24 16:42:59 +00:00
Baptiste Daroussin
2f3a258e5d Support stage 2013-12-27 09:43:50 +00:00
Baptiste Daroussin
b9522341aa Add NO_STAGE all over the place in preparation for the staging support (cat: news) 2013-09-20 22:31:15 +00:00
Julien Laffaye
e93d85f4d6 Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
2011-06-08 16:52:32 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Baptiste Daroussin
7fca2c7d01 - Update MASTER_SITES
- Submitter is now maintainer
- Remove MD5 while I'm here

PR:		ports/155616
Submitted by:	Julien Laffaye <kimelto _at_ gmail.com>
2011-03-17 11:08:08 +00:00
Baptiste Daroussin
bdcbe8dca7 undeprecate has it is used by many other ports
Reported by: 	Julien Laffaye <kimelto _at_ gmail.com>
2011-03-16 15:17:57 +00:00
Baptiste Daroussin
dc2d1e511c Deprecate unmaintained ports from news where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-14 08:05:25 +00:00
Mark Linimon
83556203a2 Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:		portmgr
2009-08-02 08:02:03 +00:00
Alexander Botero-Lowry
5eaac8b2ca Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by:	novel
2006-09-13 03:21:38 +00:00
Roman Bogorodskiy
76fdf6e74d This a fairly simple Python module, it provides only raw yEnc
encoding/decoding with built-in crc32 calculation.

PR:		ports/102497
Submitted by:	Alexander Botero-Lowry <alex at foxybanana.com>
2006-08-25 05:33:11 +00:00