python-Markups: drop package
This commit is contained in:
parent
9e32bf2bef
commit
59219e6e01
2 changed files with 7 additions and 19 deletions
|
@ -1 +0,0 @@
|
||||||
python-Markups
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-Markups'
|
# Template file for 'python3-Markups'
|
||||||
pkgname=python-Markups
|
pkgname=python3-Markups
|
||||||
version=3.0.0
|
version=3.0.0
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
wrksrc="Markups-${version}"
|
wrksrc="Markups-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python"
|
depends="python3 python3-markdown-math"
|
||||||
short_desc="Wrapper around the various text markup languages (Python2)"
|
short_desc="Wrapper around the various text markup languages (Python3)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mitya57/pymarkups"
|
homepage="https://github.com/mitya57/pymarkups"
|
||||||
|
@ -18,13 +17,3 @@ checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-Markups_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3 python3-markdown-math"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue