python-pretend: remove package
This commit is contained in:
parent
aafd2f2278
commit
745cafc8ac
4 changed files with 20 additions and 30 deletions
|
@ -1,29 +0,0 @@
|
|||
# Template file for 'python-pretend'
|
||||
pkgname=python-pretend
|
||||
version=1.0.9
|
||||
revision=5
|
||||
wrksrc="pretend-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Make stubbing with Python2 easier"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/alex/pretend"
|
||||
distfiles="${PYPI_SITE}/p/pretend/pretend-${version}.tar.gz"
|
||||
checksum=c90eb810cde8ebb06dafcb8796f9a95228ce796531bc806e794c2f4649aa1b10
|
||||
|
||||
post_install() {
|
||||
vdoc README.rst
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
|
||||
python3-pretend_package() {
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vdoc README.rst
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pretend
|
19
srcpkgs/python3-pretend/template
Normal file
19
srcpkgs/python3-pretend/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-pretend'
|
||||
pkgname=python3-pretend
|
||||
version=1.0.9
|
||||
revision=5
|
||||
wrksrc="pretend-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Make stubbing with Python3 easier"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/alex/pretend"
|
||||
distfiles="${PYPI_SITE}/p/pretend/pretend-${version}.tar.gz"
|
||||
checksum=c90eb810cde8ebb06dafcb8796f9a95228ce796531bc806e794c2f4649aa1b10
|
||||
|
||||
post_install() {
|
||||
vdoc README.rst
|
||||
vlicense LICENSE.rst
|
||||
}
|
|
@ -283,6 +283,7 @@ replaces="
|
|||
python-nose<=1.3.7_7
|
||||
python-pgpdump<=1.5_10
|
||||
python-pivy<=0.6.4_2
|
||||
python-pretend<=1.0.9_5
|
||||
python-pycryptodome<=3.9.7_3
|
||||
python-pydns<=2.3.6_4
|
||||
python-pyenet<=1.3.13.post7_2
|
||||
|
|
Loading…
Reference in a new issue