From baee8f895520f904a5436a8b4428a06e303dad92 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Sun, 25 Jul 2021 15:34:36 +0200 Subject: [PATCH] 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. --- srcpkgs/python3-pyrsistent/template | 8 +++++++- srcpkgs/python3-rsistent | 1 + srcpkgs/python3-rsistent/template | 19 ------------------- 3 files changed, 8 insertions(+), 20 deletions(-) create mode 120000 srcpkgs/python3-rsistent delete mode 100644 srcpkgs/python3-rsistent/template diff --git a/srcpkgs/python3-pyrsistent/template b/srcpkgs/python3-pyrsistent/template index 9bb7e54de30..c278114af2c 100644 --- a/srcpkgs/python3-pyrsistent/template +++ b/srcpkgs/python3-pyrsistent/template @@ -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 +} diff --git a/srcpkgs/python3-rsistent b/srcpkgs/python3-rsistent new file mode 120000 index 00000000000..5e610c2b86f --- /dev/null +++ b/srcpkgs/python3-rsistent @@ -0,0 +1 @@ +python3-pyrsistent \ No newline at end of file diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template deleted file mode 100644 index 05a8ef1fe38..00000000000 --- a/srcpkgs/python3-rsistent/template +++ /dev/null @@ -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 " -license="MIT" -homepage="https://github.com/tobgu/pyrsistent/" -distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz" -checksum=cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280 - -post_intsall() { - vlicense LICENSE.mit -}