python3-jaraco: remove package
This commit is contained in:
parent
2361a029a6
commit
98db245dc0
|
@ -1,17 +0,0 @@
|
|||
# Template file for 'python3-jaraco'
|
||||
pkgname=python3-jaraco
|
||||
version=1.0
|
||||
revision=4
|
||||
create_wrksrc=yes
|
||||
depends="python3"
|
||||
short_desc="Namespace package declaration for jaraco (Python3)"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="Public Domain"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
||||
do_install() {
|
||||
vmkdir ${py3_sitelib}/jaraco
|
||||
cat > ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py <<-EOF
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
EOF
|
||||
}
|
|
@ -334,6 +334,7 @@ replaces="
|
|||
python3-docker-pycreds<=0.4.0_4
|
||||
python3-grako<=3.99.9_7
|
||||
python3-idna-ssl<=1.1.0_3
|
||||
python3-jaraco<=1.0_4
|
||||
python3-jsonrpc-server<=0.4.0_2
|
||||
python3-keepalive<=0.5_6
|
||||
python3-pgpdump<=1.5_10
|
||||
|
|
Loading…
Reference in New Issue