summaryrefslogtreecommitdiff
path: root/dev-python/PGPy
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-14 06:23:35 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-14 06:23:35 +0000
commit63e9c2d7721dccfc29927b157ad9c1934f727820 (patch)
treedeca7cdb2b56243d1e74e9ddf0437b1f229fd5a8 /dev-python/PGPy
parent904e501ae3ed374d8de2fb5a1fe696eefe129016 (diff)
downloadbaldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.tar.gz
baldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.tar.xz
baldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.zip
Adding metadata
Diffstat (limited to 'dev-python/PGPy')
-rw-r--r--dev-python/PGPy/Manifest1
-rw-r--r--dev-python/PGPy/PGPy-0.6.0.ebuild25
-rw-r--r--dev-python/PGPy/metadata.xml15
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/PGPy/Manifest b/dev-python/PGPy/Manifest
deleted file mode 100644
index ae1417df1f69..000000000000
--- a/dev-python/PGPy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PGPy-0.6.0.gh.tar.gz 602228 BLAKE2B d40aeb74503ff81d68764e89c7331e99128e047b92156abc4b35d32f99f386c2043065ff98445b24bcf38aeedbdfb35a4a2ceffc485e538a7285f432d67c69c4 SHA512 6d20c1a8fe225de49196f0a5d3cd823ec5988b68f0ca9e255acdf3700356bec5fdfb6963d4d4f93da41a008b5fb15ab7df3ce8cd77ffdfb69766320211ad0d6b
diff --git a/dev-python/PGPy/PGPy-0.6.0.ebuild b/dev-python/PGPy/PGPy-0.6.0.ebuild
deleted file mode 100644
index 80750ff372cc..000000000000
--- a/dev-python/PGPy/PGPy-0.6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Pretty Good Privacy for Python"
-HOMEPAGE="https://github.com/SecurityInnovation/PGPy
- https://pypi.org/project/PGPy/"
-SRC_URI="https://github.com/SecurityInnovation/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="${RDEPEND}
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/PGPy/metadata.xml b/dev-python/PGPy/metadata.xml
deleted file mode 100644
index e271371573a1..000000000000
--- a/dev-python/PGPy/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <longdescription>PGPy is a Python library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.</longdescription>
- <upstream>
- <changelog>https://github.com/SecurityInnovation/PGPy/releases</changelog>
- <bugs-to>https://github.com/SecurityInnovation/PGPy/issues</bugs-to>
- <doc>https://pgpy.readthedocs.io/en/latest/</doc>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file