Commit Graph

9 Commits

Author SHA1 Message Date
sthen 81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
sthen 2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen 39e54bf66e move audio/* from MODPY_SETUPTOOLS to MODPY_PEP517=setuptools 2022-09-09 19:12:12 +00:00
naddy b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
sthen 8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
sthen ea922cdbf7 convert another batch of py2+3 ports to py3-only, and remove a few more
py2-only ports providing py-* modules that are no longer used in ports.

this doesn't change ports used to support standalone py2-only applications,
not currently planned to remove those at least until a few things with no
real alternatives get ported to py3.
2021-10-29 15:38:40 +00:00
kmos 2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
sthen d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kmos 8997ef6b1f audio/py-discid is a Python binding for audio/libdiscid. Needed to be able
to update audio/picard.

Python binding of MusicBrainz Libdiscid. Libdiscid's main purpose
is the calculation of an identifier of audio discs (disc ID) to use
for the MusicBrainz database.

That identifier is calculated from the TOC of the disc, similar to
the freeDB CDDB identifier. Libdiscid can calculate MusicBrainz
disc IDs and freeDB disc IDs. Additionally the MCN of the disc and
ISRCs from the tracks can be extracted.

This module is a close binding that offloads all relevant data
storage and calculation to Libdiscid. On the other hand it gives a
pythonic API and uses objects and exceptions.

Version 1.2.0

Input from sthen@

OK edd@ sthen@
2019-07-14 23:01:58 +00:00