mutagen: split package
This commit is contained in:
parent
c59ea804c1
commit
cb794403c6
2 changed files with 17 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
mutagen
|
17
srcpkgs/python3-mutagen/template
Normal file
17
srcpkgs/python3-mutagen/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'python3-mutagen'
|
||||
pkgname=python3-mutagen
|
||||
version=1.45.1
|
||||
revision=1
|
||||
wrksrc="mutagen-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools"
|
||||
makedepends="$hostmakedepends"
|
||||
depends="python3"
|
||||
checkdepends="python3-flake8 python3-hypothesis python3-pytest"
|
||||
short_desc="Python3 multimedia tagging library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/quodlibet/mutagen"
|
||||
changelog="https://raw.githubusercontent.com/quodlibet/mutagen/master/NEWS"
|
||||
distfiles="${PYPI_SITE}/m/mutagen/mutagen-${version}.tar.gz"
|
||||
checksum=6397602efb3c2d7baebd2166ed85731ae1c1d475abca22090b7141ff5034b3e1
|
Loading…
Reference in a new issue