mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-Markups: python3 subpkg is noarch too.
This commit is contained in:
parent
270a9aa85d
commit
29dd06ab41
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-Markups'
|
# Template file for 'python-Markups'
|
||||||
pkgname=python-Markups
|
pkgname=python-Markups
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="Markups-${version}"
|
wrksrc="Markups-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-distribute python3-distribute"
|
hostmakedepends="python-distribute python3-distribute"
|
||||||
|
@ -18,6 +18,7 @@ distfiles="http://pypi.python.org/packages/source/M/Markups/Markups-${version}.t
|
||||||
checksum=3c33a19200a224b9c320e48557ec29e13dbe8094c6670da2851b75d6657950b8
|
checksum=3c33a19200a224b9c320e48557ec29e13dbe8094c6670da2851b75d6657950b8
|
||||||
|
|
||||||
python3-Markups_package() {
|
python3-Markups_package() {
|
||||||
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="${short_desc//python2/python3}"
|
short_desc="${short_desc//python2/python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue