python-lockfile: remove package
This commit is contained in:
parent
79bed22d53
commit
9ac33cf709
|
@ -1,30 +0,0 @@
|
||||||
# Template file for 'python-lockfile'
|
|
||||||
pkgname=python-lockfile
|
|
||||||
version=0.12.2
|
|
||||||
revision=7
|
|
||||||
wrksrc="lockfile-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
|
||||||
makedepends="python-pbr python3-pbr"
|
|
||||||
depends="python"
|
|
||||||
pycompile_module="lockfile"
|
|
||||||
short_desc="Platform-independent file locking module (Python2)"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
homepage="https://pypi.org/project/lockfile/"
|
|
||||||
license="MIT"
|
|
||||||
distfiles="${PYPI_SITE}/l/lockfile/lockfile-${version}.tar.gz"
|
|
||||||
checksum=6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-lockfile_package() {
|
|
||||||
pycompile_module="lockfile"
|
|
||||||
depends="python3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-lockfile
|
|
|
@ -273,6 +273,7 @@ replaces="
|
||||||
python-gntp<=1.0.3_7
|
python-gntp<=1.0.3_7
|
||||||
python-iso8601<=0.1.16_2
|
python-iso8601<=0.1.16_2
|
||||||
python-jellyfish<=0.6.1_2
|
python-jellyfish<=0.6.1_2
|
||||||
|
python-lockfile<=0.12.2_7
|
||||||
python-lxml<=4.6.4_2
|
python-lxml<=4.6.4_2
|
||||||
python-matplotlib-data<=2.2.4_2
|
python-matplotlib-data<=2.2.4_2
|
||||||
python-matplotlib<=2.2.4_2
|
python-matplotlib<=2.2.4_2
|
||||||
|
@ -302,6 +303,7 @@ replaces="
|
||||||
python3-idna-ssl<=1.1.0_3
|
python3-idna-ssl<=1.1.0_3
|
||||||
python3-keepalive<=0.5_6
|
python3-keepalive<=0.5_6
|
||||||
python3-pgpdump<=1.5_10
|
python3-pgpdump<=1.5_10
|
||||||
|
python3-lockfile<=0.12.2_7
|
||||||
python3-pyPEG2<=2.15.2_7
|
python3-pyPEG2<=2.15.2_7
|
||||||
python3-pyenet<=5.15.0_2
|
python3-pyenet<=5.15.0_2
|
||||||
python3-pyside-phonon<=5.15.0_2
|
python3-pyside-phonon<=5.15.0_2
|
||||||
|
|
Loading…
Reference in New Issue