python3-rsistent: move into python3-pyrsistent.
Recently (fc0abefe465), python3-pyrsistent was added, which is the same package and installs the same files. Keep the more recent one and drop this one. This fixes installation of synapse.
This commit is contained in:
parent
1e591f472a
commit
baee8f8955
@ -1,7 +1,7 @@
|
||||
# Template file for 'python3-pyrsistent'
|
||||
pkgname=python3-pyrsistent
|
||||
version=0.17.3
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="pyrsistent-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-devel"
|
||||
@ -17,3 +17,9 @@ checksum=2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e
|
||||
post_install() {
|
||||
vlicense LICENCE.mit LICENSE
|
||||
}
|
||||
|
||||
python3-rsistent_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - transitional dummy package"
|
||||
build_style=meta
|
||||
}
|
||||
|
||||
1
srcpkgs/python3-rsistent
Symbolic link
1
srcpkgs/python3-rsistent
Symbolic link
@ -0,0 +1 @@
|
||||
python3-pyrsistent
|
||||
@ -1,19 +0,0 @@
|
||||
# Template file for 'python3-rsistent'
|
||||
pkgname=python3-rsistent
|
||||
version=0.15.7
|
||||
revision=2
|
||||
wrksrc="pyrsistent-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-six"
|
||||
short_desc="Persistent/Functional/Immutable data structures"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/tobgu/pyrsistent/"
|
||||
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
|
||||
checksum=cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280
|
||||
|
||||
post_intsall() {
|
||||
vlicense LICENSE.mit
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user