This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
Re: [ITP] python-discid-1.1.0: Python binding of libdiscid by MusicBrainz
- From: "Dr. Volker Zell" <dr dot volker dot zell at oracle dot com>
- To: cygwin-apps at cygwin dot com
- Date: Mon, 09 Feb 2015 14:40:27 +0100
- Subject: Re: [ITP] python-discid-1.1.0: Python binding of libdiscid by MusicBrainz
- Authentication-results: sourceware.org; auth=none
- References: <87a90nwjqp dot fsf at leila dot volkerzell dot de> <1423487867 dot 2792 dot 3 dot camel at cygwin dot com>
>>>>> Yaakov Selkowitz writes:
> On Mon, 2015-02-09 at 09:51 +0100, vzell@volkerzell.de wrote:
>> I would like to contribute and maintain the 'python-discid' package:
>>
>> o https://python-discid.readthedocs.org (Homepage)
>> o https://github.com/JonnyJD/python-discid/archive/v1.1.0.tar.gz (Download location)
>>
>> Here is the setup.hint file:
>> -------------------------------------------------------------------------------------------
>> ./setup.hint
>>
>> category: Python
>> requires: python
>> sdesc: "Python binding of libdiscid by MusicBrainz"
>> ldesc: "The main purpose is the calculation of an identifier for audio
>> discs (Disc ID) to use for the MusicBrainz database. Additionally
>> the disc MCN and track ISRCs can be extracted."
> This module loads libdiscid via ctypes, so you need an explicit
> REQUIRES=libdiscid-devel in your .cygport. With that change, GTG.
Shouldn't that be:
REQUIRES=libdiscid0
Ciao
Volker