1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
5d7ffd0580 Update pkg-descr and WWW 2018-08-22 21:45:59 +00:00
Wen Heping
69f0d2d296 - Update to 1.5.3 2018-08-22 06:38:21 +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
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Antoine Brodin
b68f7859f3 Unbreak bulk -a 2018-02-11 07:15:05 +00:00
Yuri Victorovich
048bb5ecc5 converters/py-zfec: Update to 1.5.2
Changelog:
https://github.com/tahoe-lafs/zfec/blob/master/changelog

Additional port changes:
* Changed to DISTVERSION
* Updated dependencies according to setup.py
* USES=python because it supports all python versions
* Added library stripping
* Improved docs installation
* Replaced pkg-plist with PORTDOCS

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-11 05:19:30 +00:00
Dmitry Marakasov
d6c95efd94 Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
2018-02-08 20:18:08 +00:00
Rene Ladan
30433f0c7f Return kevlo's ports to the pool, he handed in his commit bit.
With hat:	portmgr-secretary
2018-01-12 11:21:07 +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
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Baptiste Daroussin
99a4f62f93 Cleanup plist 2014-10-20 09:37:00 +00:00
Marcus von Appen
dae43d7a6d - Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 07:50:53 +00:00
Adam Weinberger
1ab2ae78ed Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:04:30 +00:00
Marcus von Appen
844141abb6 - Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-08 09:35:52 +00:00
Kevin Lo
6c1a505bfb - Update to 1.4.24
- Support stage [1]

PR:	ports/188603 [1]
Submitted by:	Bartek Rutkowski [1]
2014-04-22 01:43:41 +00:00
Adam Weinberger
9523cfd4e2 Convert converters to MDOCS and MEXAMPLES 2014-01-03 16:12:21 +00:00
Sunpoet Po-Chuan Hsieh
6670f0b757 - Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
  - http://pypi.python.org/ -> https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
2013-11-20 20:51:25 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Kevin Lo
42ea10084a Fix wrong doc path
Reported by:	pointyhat
Feature safe:	yes
2012-03-14 01:29:53 +00:00
Kevin Lo
3f632051ab Oops 2012-03-06 01:34:22 +00:00
Kevin Lo
987fc03f28 Cosmetic change 2012-03-05 03:14:52 +00:00
Kevin Lo
6851117d98 Initial import of zfec-1.4.22
Zfec is a fast erasure codec which can be used with the command-line,
C, Python, or Haskell.
2012-03-02 09:28:52 +00:00