aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorturret <turret@duck.com>2024-03-09 17:58:53 -0600
committerturret <turret@duck.com>2024-03-09 17:58:53 -0600
commitb3069ae4e498b42589c149e7879915ef4a3fe96a (patch)
treed3b0c63f2f9ce5553cd67b40e03912a877d971d2
parenta1cf11f2547c05397cfd6a4aed3bc708ffa31a62 (diff)
downloadportage-overlay-master.tar.gz
portage-overlay-master.tar.bz2
portage-overlay-master.zip
dev-python/pycryptodomex: drop pkg (unused)HEADmaster
-rw-r--r--dev-python/pycryptodomex/Manifest1
-rw-r--r--dev-python/pycryptodomex/metadata.xml11
-rw-r--r--dev-python/pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild36
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/pycryptodomex/Manifest b/dev-python/pycryptodomex/Manifest
deleted file mode 100644
index 8538bc5..0000000
--- a/dev-python/pycryptodomex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pycryptodomex-3.19.0x.tar.gz 17154323 BLAKE2B 49150132de0fd679a6c3467123eb776f97bac9916967d303cdcba9e4346483aa62a822d757fe40e1612f4c400f71cb9a5be556d0ca2f50daddb56076388232cc SHA512 d479501de2d87f46bb04985fcc18403620e566ca72d56b0872fe98523185ad434e4cfccab134ce73961ad0719ac5e48b1eb926bdaf2f9099ff8aa7991c7c9d2a
diff --git a/dev-python/pycryptodomex/metadata.xml b/dev-python/pycryptodomex/metadata.xml
deleted file mode 100644
index eef02a5..0000000
--- a/dev-python/pycryptodomex/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>turret@turret.cyou</email>
- <name>turret</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Legrandin/pycryptodome</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild b/dev-python/pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild
deleted file mode 100644
index fcbd7ef..0000000
--- a/dev-python/pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_11 python3_12 )
-inherit distutils-r1
-
-DESCRIPTION="Python package of low-level cryptographic primitives"
-HOMEPAGE="https://github.com/Legrandin/pycryptodome"
-
-if [[ "${PV}" == *9999* ]]; then
- EGIT_REPO_URI="https://github.com/Legrandin/pycryptodome.git"
- EGIT_BRANCH="pycryptodomex"
- inherit git-r3
-else
- SRC_URI="https://github.com/Legrandin/pycryptodome/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-RESTRICT="mirror"
-
-DEPEND="${PYTHON_DEPS}
- dev-python/pip"
-
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-
-src_unpack() {
- default
- mv "pycryptodome-${PV}" "${P}" || die
-}