Commit graph

12 commits

Author SHA1 Message Date
Marcus von Appen
1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00
Antoine Brodin
e3b883655f Cleanup plist 2014-11-15 16:26:32 +00:00
Vanilla I. Shu
37a83b3bcc 1: Stagify.
2: new format of LIB_DEPENDS.
2014-06-11 09:19:08 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Wen Heping
8d7dad5cd2 - Reset maintainer [1]
- Drop MD5

PR:		ports/155424 [1]
Submitted by:	Radek Kozlowski <radek@raadradd.com> (previous maintainer) [1]
2011-03-10 00:10:24 +00:00
Dmitry Marakasov
b2b01422b8 - Switch SourceForge ports to the new File Release System: categories starting with T,U,V 2009-08-22 00:37:17 +00:00
Andrew Pantyukhin
dd1463842a - Update to 0.8.4
Approved by:	Radoslaw Kozlowski <radek@raadradd.com> (maintainer)
2006-11-14 21:17:20 +00:00
Andrew Pantyukhin
c7f6515bee - Update to 0.8.3
Approved by:	krion (mentor), maintainer
2006-05-28 17:10:24 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Pav Lucistnik
082a4b17ce - Update to 0.8.2
PR:		ports/77475
Submitted by:	Radek Kozlowski <radek@raadradd.com> (maintainer)
2005-02-14 21:57:15 +00:00
Pav Lucistnik
cda0b6d8fd Add pychm, a package that provides bindings for Jed Wing's CHMLIB library.
PR:		ports/74458
Submitted by:	Radek Kozlowski <radek@raadradd.com>
2004-12-01 21:46:14 +00:00