python-mistune: drop package
This commit is contained in:
parent
c4b2b514b7
commit
25a3cc042f
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'python-mistune'
|
||||
pkgname=python-mistune
|
||||
version=0.8.4
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="mistune-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="mistune.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="The fastest markdown parser for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/lepture/mistune"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
||||
checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-mistune_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="mistune.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-mistune
|
18
srcpkgs/python3-mistune/template
Normal file
18
srcpkgs/python3-mistune/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-mistune'
|
||||
pkgname=python3-mistune
|
||||
version=0.8.4
|
||||
revision=3
|
||||
wrksrc="mistune-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Fast markdown parser for Python3"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/lepture/mistune"
|
||||
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
||||
checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue