summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-24 13:19:57 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-24 13:34:07 +0200
commit3283a779c8afca20d3a7fad7dae62a991a815a92 (patch)
tree8c3f92433837d4eb9898dc065f538cd64c5d5e03 /dev-python/sexpdata
parentdev-python/semver: Remove old (diff)
downloadgentoo-3283a779c8afca20d3a7fad7dae62a991a815a92.tar.gz
gentoo-3283a779c8afca20d3a7fad7dae62a991a815a92.tar.bz2
gentoo-3283a779c8afca20d3a7fad7dae62a991a815a92.zip
dev-python/sexpdata: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sexpdata')
-rw-r--r--dev-python/sexpdata/Manifest1
-rw-r--r--dev-python/sexpdata/sexpdata-1.0.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index 3b9a667c8a58..ffb8722e4b33 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1,2 +1 @@
-DIST sexpdata-1.0.0.gh.tar.gz 16540 BLAKE2B 6babe7b098d9e66bc9cbd6c8a8e91b8d9743ee93ca6745f626421ecab498fc70a02e16e5e3973b97b886feaf4042489f6903736c43f4264252122e1f190b9fc4 SHA512 1ef72d6441907ea3eae00b6d89344281930ac3ad82aee429fa45d2f876aef890019b0bae0241d1670d8f9842dd47a1be76d33dd510b38b09b904334a3924bb56
DIST sexpdata-1.0.1.gh.tar.gz 17298 BLAKE2B 41132d8d2af06efdae024cbb8e05e9fa4fcb03ffb0af5f1b04df2fae8ed3a5bd8a45f93951cf575edf3facb0f9867a6e78d82ab166f0ec89df4a13b0827d7213 SHA512 e945eeec3743d92a76748c6fe22ca510ec5df6a3f2249a0d8020ae84854c50940add39437c680d3e44aafee7d9bb442db875b46afd290bfb6e8d31e16c6da9da
diff --git a/dev-python/sexpdata/sexpdata-1.0.0.ebuild b/dev-python/sexpdata/sexpdata-1.0.0.ebuild
deleted file mode 100644
index a8bddef80449..000000000000
--- a/dev-python/sexpdata/sexpdata-1.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="a simple S-expression parser/serializer"
-HOMEPAGE="
- https://github.com/jd-boyd/sexpdata/
- https://pypi.org/project/sexpdata/
-"
-SRC_URI="
- https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-distutils_enable_tests pytest