summaryrefslogtreecommitdiff
path: root/audio/py-id3lib
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+3
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.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-02-07change the last fix to safe way.obache2-14/+15
2012-02-05Add a cast to a strchr call.sbd2-4/+13
2011-12-08* LICENSE=gnu-lgpl-v2.1obache2-6/+8
* distutils pkg, register egg-info. Bump PKGREVISION.
2010-01-06restore the patch's comment which got lost in last commitdrochner2-3/+5
2009-12-16fix the LP64 patch so that it doesn't prevent building on Python<2.5drochner2-16/+17
2009-11-29Fix this to build on LP64 with python 2.5+. I added hacks so it shoulddholland3-2/+112
still build on python 2.4, but I haven't tested them.
2009-07-08supports user-destdirdrochner1-1/+2
2009-07-07add py-id3lib-0.5.1, another Python module to tag mp3 filesdrochner4-0/+27