summaryrefslogtreecommitdiff
path: root/dev-python/legacy-cgi
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-06 08:55:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-06 08:55:11 +0000
commit00cc746cb29fda18e142951ff748a87781347813 (patch)
tree840673eb8fe6c2f56705afaf3b9a86dabe7ff46d /dev-python/legacy-cgi
parent8bf7aec3f8ac05fbd8f514d8b7762271abdbcd6a (diff)
downloadbaldeagleos-repo-00cc746cb29fda18e142951ff748a87781347813.tar.gz
baldeagleos-repo-00cc746cb29fda18e142951ff748a87781347813.tar.xz
baldeagleos-repo-00cc746cb29fda18e142951ff748a87781347813.zip
Adding metadata
Diffstat (limited to 'dev-python/legacy-cgi')
-rw-r--r--dev-python/legacy-cgi/Manifest1
-rw-r--r--dev-python/legacy-cgi/legacy-cgi-2.6.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/legacy-cgi/Manifest b/dev-python/legacy-cgi/Manifest
index 852a65502fc9..6effbd44b8ce 100644
--- a/dev-python/legacy-cgi/Manifest
+++ b/dev-python/legacy-cgi/Manifest
@@ -1,2 +1 @@
DIST legacy_cgi-2.6.1.tar.gz 24782 BLAKE2B 4a147583a951e128282eef445fce9ad0acc6f63036d115b9f048956f17999946808f563e025bc6f45687e6ea095b459c10e90e01c114ff535a485de1fe344917 SHA512 584ed4c2fdf05e89944dc86dc31dd4de80efbad3e43f15e411f9eff0fabbeeaf3df757faa2a56527f61d661b6d73eb258135ab7763dd3a58c9611829c6d28cb0
-DIST python-cgi-c6c8567a66f5ff8c5510755ca25a9bdd2756c4f6.gh.tar.gz 34964 BLAKE2B 0717bf9de721aef145443dd09475a4ed2d093bda0746512bc2074b2d7b90da37055662a47726240c9e7c07f0afca88639eb160d48289b0e9726e6638e1049b42 SHA512 0c0ca50a82a8fe76dd3eec56f75e408bbb035b16e726ba0156fd9360210068d63e7e3e60bd6f6793cef38276fc3c940d3195f7c0a9b1eea5056373358fbdb564
diff --git a/dev-python/legacy-cgi/legacy-cgi-2.6.ebuild b/dev-python/legacy-cgi/legacy-cgi-2.6.ebuild
deleted file mode 100644
index 01a3b591a242..000000000000
--- a/dev-python/legacy-cgi/legacy-cgi-2.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-
-inherit distutils-r1
-
-# this is 2.6 + tests
-EGIT_COMMIT=c6c8567a66f5ff8c5510755ca25a9bdd2756c4f6
-MY_P=python-cgi-${EGIT_COMMIT}
-DESCRIPTION="Fork of the standard library cgi and cgitb modules (deprecated)"
-HOMEPAGE="
- https://github.com/jackrosenthal/python-cgi/
- https://pypi.org/project/legacy-cgi/
-"
-# no tests in sdist
-SRC_URI="
- https://github.com/jackrosenthal/python-cgi/archive/${EGIT_COMMIT}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-distutils_enable_tests pytest