summaryrefslogtreecommitdiff
path: root/dev-python/serpent
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/serpent
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/serpent')
-rw-r--r--dev-python/serpent/Manifest2
-rw-r--r--dev-python/serpent/metadata.xml13
-rw-r--r--dev-python/serpent/serpent-1.42.ebuild34
-rw-r--r--dev-python/serpent/serpent-1.43.ebuild34
4 files changed, 0 insertions, 83 deletions
diff --git a/dev-python/serpent/Manifest b/dev-python/serpent/Manifest
deleted file mode 100644
index 09705592833b..000000000000
--- a/dev-python/serpent/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST serpent-1.42.tar.gz 90352 BLAKE2B 1b1f8eb284c395134f48ebf5d5db3816f91e06bc8b2333971d71b4ec9ba0d883e6ecd999afa8a857f91a9559bd828378fe24cfc8c217f38f6274583d66c5f7af SHA512 a01b68ccb59d8f4b2b6d2dad031429ce7ffc81c6f64bc7fcc464e38205f2caba3be879facefe0f6e33d1c66e515c7dc19b7cb5d68d829d01dd488b3bccdb2596
-DIST serpent-1.43.tar.gz 91641 BLAKE2B c759ae6c015e1ece26ed63a2bba3489cdbf1dde45b462d99133e89d8ab5be335503a1fae1384112ac1fbcb2c93f4dece3bfb9370642f1baa6a2c14a953c2c843 SHA512 56190171bccf5ed4745d1891e364e09817af0c9b338d260e6b039acaf03b1832cba4b91c30eccc945b1bf7152317f3e987d99bf09b1b649fe1e916c7671e9d12
diff --git a/dev-python/serpent/metadata.xml b/dev-python/serpent/metadata.xml
deleted file mode 100644
index c1b973d66b0c..000000000000
--- a/dev-python/serpent/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">serpent</remote-id>
- <remote-id type="github">irmen/Serpent</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/serpent/serpent-1.42.ebuild b/dev-python/serpent/serpent-1.42.ebuild
deleted file mode 100644
index 924347ca71e7..000000000000
--- a/dev-python/serpent/serpent-1.42.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A simple serialization library based on ast.literal_eval"
-HOMEPAGE="
- https://github.com/irmen/Serpent/
- https://pypi.org/project/serpent/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest tests
-}
diff --git a/dev-python/serpent/serpent-1.43.ebuild b/dev-python/serpent/serpent-1.43.ebuild
deleted file mode 100644
index 951699eee9f9..000000000000
--- a/dev-python/serpent/serpent-1.43.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A simple serialization library based on ast.literal_eval"
-HOMEPAGE="
- https://github.com/irmen/Serpent/
- https://pypi.org/project/serpent/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest tests
-}