From 9a74a38c46d42dbcce8d607a379260fa076b5246 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 25 Sep 2022 15:17:13 +0200 Subject: [PATCH] python-atomicwrites: remove package --- srcpkgs/python-atomicwrites/template | 29 --------------------------- srcpkgs/python3-atomicwrites | 1 - srcpkgs/python3-atomicwrites/template | 18 +++++++++++++++++ 3 files changed, 18 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/python-atomicwrites/template delete mode 120000 srcpkgs/python3-atomicwrites create mode 100644 srcpkgs/python3-atomicwrites/template diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template deleted file mode 100644 index 389a2f4f35e..00000000000 --- a/srcpkgs/python-atomicwrites/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'python-atomicwrites' -pkgname=python-atomicwrites -version=1.4.0 -revision=2 -wrksrc="atomicwrites-${version}" -build_style=python-module -pycompile_module="atomicwrites" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Simple Python2 API for atomic file writes" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/untitaker/python-atomicwrites" -distfiles="${PYPI_SITE}/a/atomicwrites/atomicwrites-${version}.tar.gz" -checksum=ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a - -post_install() { - vlicense LICENSE -} - -python3-atomicwrites_package() { - pycompile_module="atomicwrites" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-atomicwrites b/srcpkgs/python3-atomicwrites deleted file mode 120000 index f3821781d3e..00000000000 --- a/srcpkgs/python3-atomicwrites +++ /dev/null @@ -1 +0,0 @@ -python-atomicwrites \ No newline at end of file diff --git a/srcpkgs/python3-atomicwrites/template b/srcpkgs/python3-atomicwrites/template new file mode 100644 index 00000000000..8e7c323662f --- /dev/null +++ b/srcpkgs/python3-atomicwrites/template @@ -0,0 +1,18 @@ +# Template file for 'python3-atomicwrites' +pkgname=python3-atomicwrites +version=1.4.0 +revision=3 +wrksrc="atomicwrites-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Simple Python3 API for atomic file writes" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/untitaker/python-atomicwrites" +distfiles="${PYPI_SITE}/a/atomicwrites/atomicwrites-${version}.tar.gz" +checksum=ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a + +post_install() { + vlicense LICENSE +}