Commit Graph

24 Commits

Author SHA1 Message Date
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
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Sunpoet Po-Chuan Hsieh
cda594f22f Remove outdated PYTHON_REL check
With hat:	python
2018-02-06 19:18:40 +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
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Baptiste Daroussin
45858fb087 Cleanup plist 2014-12-09 13:36:34 +00:00
Marcus von Appen
273cb9ed49 - Convert ports of misc/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:59:37 +00:00
Nicola Vitale
1e3056c9f6 - Fix LICENSE type
- Remove MANPAGES option
- Use auto plist for Python files
- Don't build/install Python files as egg
- Add support for stage dir
2014-06-12 04:52:30 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Nicola Vitale
7947ce717f - Update to 0.4.3
- Trim Makefile header
- Remove dead link from MASTER_SITES
- Remove indefinite article from COMMENT
- Add LICENSE (BSD)
- Convert to the new options framework
- Update WWW field in pkg-descr

Build details:  http://goo.gl/l5Fmwu
2013-08-14 14:00:20 +00:00
Ruslan Makhmatkhanov
e88f0d6172 - bump USE_PYTHON to 2.6+
- eliminate now unneeded devel/py-elementtree dependency
  - remove PYPI_RSS option, it's now available unconditionally
  - bump PORTREVISION

  PR:             ports/161414
  Submitted by:   rm
  Approved by:    nivit (maintainer; timeout - 2+ months), novel
                  (mentor)
  Feature safe:   yes
2011-11-10 23:20:29 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Nicola Vitale
11e940fd24 - Mark IGNORE with Python 2.7.1 and 3.2.0, due to
a bug in the xmlrpclib module (see http://goo.gl/SZpDN )
2011-03-13 13:48:33 +00:00
Nicola Vitale
6c88536470 - Update to 0.4.1 2008-10-11 11:34:25 +00:00
Nicola Vitale
44e523bdd3 - Update to 0.4.0
- Use ${PKGNAMEPREFIX} instead of py- inside ${EXAMPLESDIR}
- Install devel/py-elementtree as run dependency only if ${PYTHON_VER} < 2.5
2008-08-11 12:40:49 +00:00
Nicola Vitale
6d0a3f1a6d - Fix variable name: NO_INSTALL_MAN -> NO_INSTALL_MANPAGES 2008-01-10 13:21:39 +00:00
Nicola Vitale
833d78c6f3 - Update to 0.3.0
- Remove PLIST_SUB variable
2007-08-24 13:37:29 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Nicola Vitale
b9b274ea56 - Update to 0.1.0
- Use NOPORTEXAMPLES
2007-05-29 12:37:05 +00:00
Nicola Vitale
bfe50342d5 - Update to 0.0.7 2007-04-28 08:35:42 +00:00
Nicola Vitale
aeb5adc715 Yolk is a Python library and command-line tool for obtaining information
about packages installed by setuptools and packages on PyPI (Python Package
Index a.k.a. The Cheese Shop).

WWW:	http://tools.assembla.com/yolk/
2007-03-12 10:07:59 +00:00