python-alabaster: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 23:32:06 +07:00
parent 4f6944c5f5
commit c97fb5d452
3 changed files with 18 additions and 32 deletions

View file

@ -1,31 +0,0 @@
# Template file for 'python-alabaster'
pkgname=python-alabaster
version=0.7.12
revision=2
archs=noarch
wrksrc="alabaster-${version}"
build_style=python-module
pycompile_module="alabaster"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Configurable sidebar-enabled Sphinx theme (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://alabaster.readthedocs.io/"
license="BSD-3-Clause"
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
checksum=a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02
post_install() {
vlicense LICENSE
}
python3-alabaster_package() {
archs=noarch
depends="python3"
pycompile_module="alabaster"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-alabaster

View file

@ -0,0 +1,18 @@
# Template file for 'python3-alabaster'
pkgname=python3-alabaster
version=0.7.12
revision=3
wrksrc="alabaster-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Configurable sidebar-enabled Sphinx theme (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://alabaster.readthedocs.io/"
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
checksum=a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02
post_install() {
vlicense LICENSE
}