summaryrefslogtreecommitdiff
path: root/dev-python/sexpdata
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-26 17:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-26 17:40:44 +0000
commitfab95e98818bada1626a7723a1348f4e920d25e0 (patch)
tree8f2d17919a6a012a482e3ad069d44e54739c6249 /dev-python/sexpdata
parent533b7fe309e51c571ca6fe8fdd4453537d4f662a (diff)
gentoo auto-resync : 26:02:2024 - 17:40:44
Diffstat (limited to 'dev-python/sexpdata')
-rw-r--r--dev-python/sexpdata/Manifest3
-rw-r--r--dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch16
-rw-r--r--dev-python/sexpdata/sexpdata-1.0.1.ebuild27
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index d25b541bb51f..a86d2f7f09ed 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1,6 +1,3 @@
-AUX sexpdata-1.0.1-setup.patch 662 BLAKE2B 26a81825b08ba19c1320828d0aa000f5e9eb14c62fb830428e63b40e2d2879d0e14d8f18016d1c14923b05800629cbc2dabf89510dcc44f8175ce18d96643752 SHA512 c209c23007d9d53daee96e506dea1f803378ce659039654b2d700695bcbb50599eb1989ee21d9da6bc1b7f7864cb8b8cdbe338e41b7d7e4c8d6225e819db6936
-DIST sexpdata-1.0.1.gh.tar.gz 17298 BLAKE2B 41132d8d2af06efdae024cbb8e05e9fa4fcb03ffb0af5f1b04df2fae8ed3a5bd8a45f93951cf575edf3facb0f9867a6e78d82ab166f0ec89df4a13b0827d7213 SHA512 e945eeec3743d92a76748c6fe22ca510ec5df6a3f2249a0d8020ae84854c50940add39437c680d3e44aafee7d9bb442db875b46afd290bfb6e8d31e16c6da9da
DIST sexpdata-1.0.2.gh.tar.gz 17687 BLAKE2B a2840927a7f157b5d9fe0d225d46abb7928fd99b85234fc070c6203d90d8ab888339058a8c049ca6c61f843eabf8ca46443b8e00527e6c3b7aa68f0aacbede5c SHA512 a300999f2e517d578203e1b7f97e664bb01cc9fa86aef616fc9ba0d568a20e4c7a9669f6f067760ddafbbf16b495233080131b7a07d33cbe5c243cb8a406ace3
-EBUILD sexpdata-1.0.1.ebuild 564 BLAKE2B 8cc8df091be8eda690457d9cbc04adc5b0b70c2b7d395330be34968265001fd3506da8ab30d150dd30150f08875e843a235e0ff0698f2de363bc6d8b99ec1bd1 SHA512 19cdaed56a4f596d640e5717567895b8f845575103723477c049947c7a694e9d1a7bdea90bea9d8ec7e27dc3a9ec4b102583801c80312ee7dcb5e1cf6281821b
EBUILD sexpdata-1.0.2.ebuild 520 BLAKE2B 80f993ad1b7610eedd9933ee6375ac094e9b0d1d2f0167c65577b97586e44b92e0c4a9f0ae21ff52764fd3cabc61ae86a8f2f5b6d7d77aac269f19251e2da2e0 SHA512 c1e73058a47f51e796b3593f42c01539281bb9c8310094d86cd2282d8ba3ad04693a131e5257f50ca50e0a556e748c2ac07643f93a59d9f87cc9422417e391fd
MISC metadata.xml 346 BLAKE2B 22a88cd6bbabea2591308b86fe42c68007102a2e16efca2dbffaebcf93e24cbce4d0bd87d9283a65234498b2a0a09993bbeb403d2fbeeeff6c784af9ec543b25 SHA512 8e6c01367fa9c2bc76fbe51680278974c0290148da1a791eae8378978a400a27ca4bb3bb294a547f56c01c2563d5b6817ce3346500b4d404bde8985ed453f96a
diff --git a/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch b/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch
deleted file mode 100644
index a647058d4cdd..000000000000
--- a/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix build failure.
-/usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `license` defined outside of `pyproject.toml` is ignored.
-
---- sexpdata-1.0.1/setup.py
-+++ sexpdata-1.0.1/setup.py
-@@ -12,10 +12,8 @@
- author='Joshua D. Boyd, Takafumi Arakaki',
- author_email='jdboyd@jdboyd.net',
- url='https://github.com/jd-boyd/sexpdata',
-- license='BSD License',
- description='S-expression parser for Python',
- long_description=long_description,
-- keywords='s-expression, lisp, parser',
- classifiers=[
- "Development Status :: 3 - Alpha",
- 'License :: OSI Approved :: BSD License',
diff --git a/dev-python/sexpdata/sexpdata-1.0.1.ebuild b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
deleted file mode 100644
index 44206508b543..000000000000
--- a/dev-python/sexpdata/sexpdata-1.0.1.ebuild
+++ /dev/null
@@ -1,27 +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_{10..12} )
-
-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"
-
-PATCHES=( "${FILESDIR}/${P}-setup.patch" )
-
-distutils_enable_tests pytest