Commit graph

16 commits

Author SHA1 Message Date
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
wiz
5b14a73f63 Fix packaging with py-setuptools-0.8. 2014-12-16 13:23:19 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
wiz
7cfcd21e9e Convert to use versioned_dependencies.mk. 2014-01-16 10:41:53 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
cheusov
06a79af084 Self-conflict; ++pkgrevision 2012-10-03 23:55:20 +00:00
wiz
14bb88c4c9 Set LICENSE and improve COMMENT. 2011-03-01 11:29:05 +00:00
tron
2ffbaf3d20 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
wiz
3ae3d6aa7d Allow python26. 2009-08-27 17:16:20 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
kleink
a3b5a8a548 Handle in-situ update of distfile, which fixes the remaining py24
compatibility issue in change_tz.  Bump PKGREVISION.
2009-02-27 00:05:02 +00:00
kleink
933c81c176 Update textproc/py-vobject to 0.8.1c. Changes since 0.8.1b:
* Tweaked change_tz.py to keep it 2.4 compatible
2009-02-26 22:52:48 +00:00
kleink
e4f467449b Require Python 2.5: change_tz.py uses the tenary operator, in spite
of $HOMEPAGE advertising at least 2.4 being required.

Bump PKGREVISION.
2009-02-25 08:23:27 +00:00
kleink
9cb3c77505 Complete PLIST. Bump PKGREVISION. 2009-02-18 16:56:23 +00:00
kleink
c3810799fa Initial import of py-vobject-0.8.1b.
VObject simplifies the process of parsing and creating iCalendar and
vCard objects.
2009-02-18 16:38:41 +00:00