python-click-log: drop package
This commit is contained in:
parent
035265c1b5
commit
1283258a9b
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'python-click-log'
|
||||
pkgname=python-click-log
|
||||
version=0.3.2
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="click-log-${version}"
|
||||
build_style="python-module"
|
||||
pycompile_module="click_log"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-click"
|
||||
short_desc="Logging integration for Click (Python2)"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/click-contrib/click-log"
|
||||
distfiles="${PYPI_SITE}/c/click-log/click-log-${version}.tar.gz"
|
||||
checksum=16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-click-log_package() {
|
||||
archs=noarch
|
||||
pycompile_module="click_log"
|
||||
depends="python3-click"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-click-log
|
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-click-log'
|
||||
pkgname=python3-click-log
|
||||
version=0.3.2
|
||||
revision=3
|
||||
wrksrc="click-log-${version}"
|
||||
build_style="python3-module"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-click"
|
||||
short_desc="Logging integration for Click (Python3)"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/click-contrib/click-log"
|
||||
distfiles="${PYPI_SITE}/c/click-log/click-log-${version}.tar.gz"
|
||||
checksum=16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue