mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
eyeD3: switch to setuptools
This commit is contained in:
parent
3af38c0be6
commit
882a6ed6f9
1 changed files with 11 additions and 12 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'eyeD3'
|
# Template file for 'eyeD3'
|
||||||
pkgname=eyeD3
|
pkgname=eyeD3
|
||||||
version=0.7.4
|
version=0.7.4
|
||||||
revision=2
|
revision=3
|
||||||
|
noarch="yes"
|
||||||
|
build_style="python-module"
|
||||||
|
hostmakedepends="python-devel python-setuptools"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="python>=2.7"
|
||||||
|
pycompile_module="eyeD3"
|
||||||
|
short_desc="Python tool for mp3's ID3 tags manipulation"
|
||||||
|
homepage="http://eyed3.nicfit.net/"
|
||||||
|
license="GPL-2"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
distfiles="http://eyed3.nicfit.net/releases/eyeD3-${version}.tgz"
|
distfiles="http://eyed3.nicfit.net/releases/eyeD3-${version}.tgz"
|
||||||
checksum="a138e6e1fd5b8c2b7947a2d22868167ede16bb96e8e02a067951388bf1fb3000"
|
checksum="a138e6e1fd5b8c2b7947a2d22868167ede16bb96e8e02a067951388bf1fb3000"
|
||||||
build_style="python-module"
|
|
||||||
pycompile_module="eyeD3"
|
|
||||||
hostmakedepends="python-devel python-distribute"
|
|
||||||
makedepends="${hostmakedepends}"
|
|
||||||
depends="python"
|
|
||||||
maintainer="Steven R <dev@styez.com>"
|
|
||||||
homepage="http://eyed3.nicfit.net/"
|
|
||||||
license="GPL"
|
|
||||||
short_desc="Python tool for working with audio files, specifically mp3 files containing ID3 metadata"
|
|
||||||
|
|
||||||
noarch="yes"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue