aboutsummaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PGPy/Manifest1
-rw-r--r--dev-python/PGPy/PGPy-0.6.0.ebuild24
-rw-r--r--dev-python/PGPy/metadata.xml16
-rw-r--r--dev-python/emailthreads/Manifest1
-rw-r--r--dev-python/emailthreads/emailthreads-0.1.3.ebuild23
-rw-r--r--dev-python/emailthreads/metadata.xml19
-rw-r--r--dev-python/furl/Manifest1
-rw-r--r--dev-python/furl/furl-2.1.2.ebuild25
-rw-r--r--dev-python/furl/metadata.xml19
-rw-r--r--dev-python/minio/Manifest1
-rw-r--r--dev-python/minio/metadata.xml16
-rw-r--r--dev-python/minio/minio-7.1.12.ebuild24
-rw-r--r--dev-python/mistletoe/Manifest1
-rw-r--r--dev-python/mistletoe/metadata.xml22
-rw-r--r--dev-python/mistletoe/mistletoe-0.9.0.ebuild19
-rw-r--r--dev-python/orderedmultidict/Manifest1
-rw-r--r--dev-python/orderedmultidict/metadata.xml23
-rw-r--r--dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild24
-rw-r--r--dev-python/portion/Manifest1
-rw-r--r--dev-python/portion/metadata.xml19
-rw-r--r--dev-python/portion/portion-2.3.0.ebuild27
-rw-r--r--dev-python/zxcvbn/Manifest1
-rw-r--r--dev-python/zxcvbn/metadata.xml18
-rw-r--r--dev-python/zxcvbn/zxcvbn-4.4.28.ebuild23
24 files changed, 0 insertions, 349 deletions
diff --git a/dev-python/PGPy/Manifest b/dev-python/PGPy/Manifest
deleted file mode 100644
index ae1417d..0000000
--- 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 b9079c6..0000000
--- a/dev-python/PGPy/PGPy-0.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-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"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
diff --git a/dev-python/PGPy/metadata.xml b/dev-python/PGPy/metadata.xml
deleted file mode 100644
index de18ecb..0000000
--- a/dev-python/PGPy/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
- <doc>https://pgpy.readthedocs.io/en/latest/</doc>
- <bugs-to>https://github.com/SecurityInnovation/PGPy/issues</bugs-to>
- <remote-id type="github">SecurityInnovation/PGPy</remote-id>
- <remote-id type="pypi">PGPy</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/emailthreads/Manifest b/dev-python/emailthreads/Manifest
deleted file mode 100644
index 78d7fef..0000000
--- a/dev-python/emailthreads/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST emailthreads-0.1.3.gh.tar.gz 25137 BLAKE2B fa23b219dc1d27eb5f7afd6a7afb4d28a0942290ebcc5bdd1e6070901a579479e19132a918dff363100e408cfe428d4fc6e9dceb0cc94af5a9bdfc2244b5ef54 SHA512 a8b8c374704ddf934897a50034da1ebf2dabf221a7e64735be9524088931a02697facc40ef08250f2148c4ea22b8a2f76139eea82d0d7474f822aaac3dee2666
diff --git a/dev-python/emailthreads/emailthreads-0.1.3.ebuild b/dev-python/emailthreads/emailthreads-0.1.3.ebuild
deleted file mode 100644
index 02e597a..0000000
--- a/dev-python/emailthreads/emailthreads-0.1.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Parses email threads into conversation trees"
-HOMEPAGE="https://github.com/emersion/python-emailthreads"
-SRC_URI="https://github.com/emersion/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/python-${PN}-${PV}"
-
-distutils_enable_tests setup.py
diff --git a/dev-python/emailthreads/metadata.xml b/dev-python/emailthreads/metadata.xml
deleted file mode 100644
index 36831f6..0000000
--- a/dev-python/emailthreads/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <longdescription>Python library to parse and format email threads. Give it a list of emails that are part of the same thread and it'll build a tree of responses to the original message.</longdescription>
- <upstream>
- <maintainer>
- <name>Simon Ser</name>
- <email>contact@emersion.fr</email>
- </maintainer>
- <changelog>https://github.com/emersion/python-emailthreads/releases</changelog>
- <bugs-to>https://github.com/emersion/python-emailthreads/issues</bugs-to>
- <remote-id type="github">emersion/python-emailthreads</remote-id>
- <remote-id type="pypi">emailthreads</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/furl/Manifest b/dev-python/furl/Manifest
deleted file mode 100644
index 14fa469..0000000
--- a/dev-python/furl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST furl-2.1.2.gh.tar.gz 53644 BLAKE2B 7fe4c31ce2ef831bb208d10432e94a86b71cb1b00c451a0db8848659bde745be5fc51149a4ff7161d812d693fb2a29607737b5355aa356e43c7dae40e3f0e0ff SHA512 2c63d8773195844f4692ff116a80464c2d23db652a65f766e594a733a4d19ed263473f44c5161b4ccf726bec04e3b6d77600e7484f196db3175e2e8be4c9a897
diff --git a/dev-python/furl/furl-2.1.2.ebuild b/dev-python/furl/furl-2.1.2.ebuild
deleted file mode 100644
index be5ee7d..0000000
--- a/dev-python/furl/furl-2.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="URL parsing and manipulation made easy."
-HOMEPAGE="https://github.com/gruns/furl"
-SRC_URI="https://github.com/gruns/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] )
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/orderedmultidict[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
diff --git a/dev-python/furl/metadata.xml b/dev-python/furl/metadata.xml
deleted file mode 100644
index bdf9db0..0000000
--- a/dev-python/furl/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <longdescription>Python's standard urllib and urlparse modules provide a number of URL related functions, but using these functions to perform common URL operations proves tedious. Furl makes parsing and manipulating URLs easy.</longdescription>
- <upstream>
- <maintainer>
- <name>Ansgar Grunseid</name>
- </maintainer>
- <changelog>https://github.com/gruns/furl/releases</changelog>
- <doc>https://github.com/gruns/furl#API</doc>
- <bugs-to>https://github.com/gruns/furl/issues</bugs-to>
- <remote-id type="github">gruns/furl</remote-id>
- <remote-id type="pypi">furl</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest
deleted file mode 100644
index 2fbc893..0000000
--- a/dev-python/minio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST minio-7.1.12.gh.tar.gz 117829 BLAKE2B e2f031b5ee206c69a14779d600ac85223959aff432b0fa62cd4e5e84c42f08fd8f9adb98a8e72520ce81630b816264397e7d2acc3fa72af74a702cd992d5e87b SHA512 a295c1988bce1f4e2dad735f5ed69ed3e49cc4be5d9b001908e68945ae965a85a4c683efa44400a5160098607c4ff21d740700b4480960873a051fe45cff29f1
diff --git a/dev-python/minio/metadata.xml b/dev-python/minio/metadata.xml
deleted file mode 100644
index f1cade0..0000000
--- a/dev-python/minio/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <longdescription>MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service.</longdescription>
- <upstream>
- <changelog>https://github.com/minio/minio-py/releases</changelog>
- <doc>https://min.io/docs/minio/kubernetes/upstream/index.html</doc>
- <bugs-to>https://github.com/minio/minio-py/issues</bugs-to>
- <remote-id type="github">minio/minio-py</remote-id>
- <remote-id type="pypi">minio</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/minio/minio-7.1.12.ebuild b/dev-python/minio/minio-7.1.12.ebuild
deleted file mode 100644
index b461bbd..0000000
--- a/dev-python/minio/minio-7.1.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="MinIO Client SDK for Python"
-HOMEPAGE="https://github.com/minio/minio-py"
-SRC_URI="https://github.com/minio/${PN}-py/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${PN}-py-${PV}"
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
deleted file mode 100644
index 72dcca7..0000000
--- a/dev-python/mistletoe/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mistletoe-0.9.0.gh.tar.gz 102002 BLAKE2B 0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e SHA512 b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7
diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml
deleted file mode 100644
index a88739f..0000000
--- a/dev-python/mistletoe/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <longdescription>mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable.
-
-Apart from being the fastest CommonMark-compliant Markdown parser implementation in pure Python, mistletoe also supports easy definitions of custom tokens. Parsing Markdown into an abstract syntax tree also allows us to swap out renderers for different output formats, without touching any of the core components.</longdescription>
- <upstream>
- <maintainer>
- <name>miyuchina</name>
- <email>mi@afteryu.me</email>
- </maintainer>
- <changelog>https://github.com/miyuchina/mistletoe/releases</changelog>
- <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc>
- <bugs-to>https://github.com/miyuchina/mistletoe/issues</bugs-to>
- <remote-id type="github">miyuchina/mistletoe</remote-id>
- <remote-id type="pypi">mistletoe</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
deleted file mode 100644
index 36cb00e..0000000
--- a/dev-python/mistletoe/mistletoe-0.9.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
-HOMEPAGE="https://github.com/miyuchina/mistletoe"
-SRC_URI="https://github.com/miyuchina/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
diff --git a/dev-python/orderedmultidict/Manifest b/dev-python/orderedmultidict/Manifest
deleted file mode 100644
index 77ca562..0000000
--- a/dev-python/orderedmultidict/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST orderedmultidict-1.0.1.gh.tar.gz 22880 BLAKE2B adbd17de2662a30116cadaed0af58df6ee4c5f0e51d9507309ba379e734e1d548dedfe355d9ac1fe41884aa3d5ef74555c313a0f631290037ee47c6ffc3dd3c3 SHA512 54747f0f09495254969f75c06e6bebf4b68a7f6b41b2b5b3b9d62845efcddc4a043102d88efbc16ea9db02fb04acd73cb3edbc07ef2dc7fe1a284462f7eeb5ca
diff --git a/dev-python/orderedmultidict/metadata.xml b/dev-python/orderedmultidict/metadata.xml
deleted file mode 100644
index 3d61c31..0000000
--- a/dev-python/orderedmultidict/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <longdescription>A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions.
-
-omdict retains method parity with dict.
-
-Information and documentation at https://github.com/gruns/orderedmultidict.</longdescription>
- <upstream>
- <maintainer>
- <name>Ansgar Grunseid</name>
- </maintainer>
- <changelog>https://github.com/gruns/orderedmultidict/releases</changelog>
- <doc>https://github.com/gruns/orderedmultidict/blob/master/API.md</doc>
- <bugs-to>https://github.com/gruns/orderedmultidict/issues</bugs-to>
- <remote-id type="github">gruns/orderedmultidict</remote-id>
- <remote-id type="pypi">orderedmultidict</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild b/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
deleted file mode 100644
index 77b944f..0000000
--- a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Ordered Multivalue Dictionary. Helps power furl. "
-HOMEPAGE="https://github.com/gruns/orderedmultidict"
-SRC_URI="https://github.com/gruns/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] )
- dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
deleted file mode 100644
index 710994c..0000000
--- a/dev-python/portion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST portion-2.3.0.gh.tar.gz 32488 BLAKE2B 1efe8d2c5046b42704c753e775d3d0362e088bdff728688f0885d2975609d7cd8eccc2889a8942e92545b46189a52d984a89fec8a89014f55fd712d5f4dccbca SHA512 7552e9a640dd8dd5a55ad5009e976d7fdbc369eeac43ad82972a8ec0dea71e5dd33e425d2410527f8dc85caf08039d6eb879c694266ef8d7ff1362946707bfde
diff --git a/dev-python/portion/metadata.xml b/dev-python/portion/metadata.xml
deleted file mode 100644
index 34539ba..0000000
--- a/dev-python/portion/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <upstream>
- <maintainer>
- <name>Alexandre Decan</name>
- <email>alexandre.decan@lexpage.net</email>
- </maintainer>
- <changelog>https://github.com/AlexandreDecan/portion/blob/master/CHANGELOG.md</changelog>
- <doc>https://github.com/AlexandreDecan/portion#documentation--usage</doc>
- <bugs-to>https://github.com/AlexandreDecan/portion/issues</bugs-to>
- <remote-id type="github">AlexandreDecan/portion</remote-id>
- <remote-id type="pypi">portion</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/portion/portion-2.3.0.ebuild b/dev-python/portion/portion-2.3.0.ebuild
deleted file mode 100644
index ae471de..0000000
--- a/dev-python/portion/portion-2.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A Python library providing data structure and operations for intervals."
-HOMEPAGE="https://github.com/AlexandreDecan/portion"
-SRC_URI="https://github.com/AlexandreDecan/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/black[${PYTHON_USEDEP}]
-)"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest
deleted file mode 100644
index 7309057..0000000
--- a/dev-python/zxcvbn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zxcvbn-4.4.28.gh.tar.gz 9392042 BLAKE2B e3baf57df00819243f9588c8203598b14b9f03e0a232d53152584b3b74872baef7050fdf8f11f25e8a8776e2e4a7a0af15c9045f07700fe686c6cb021f794f2b SHA512 be85f976dcf685e2885edff116147cc4549f9c86dee4317b61b84dc4f36ab2c8c2f3468d5d1a55e8890693c852a09104b14360f9ce43feb3727f8fc164eb78f1
diff --git a/dev-python/zxcvbn/metadata.xml b/dev-python/zxcvbn/metadata.xml
deleted file mode 100644
index d0c1ac2..0000000
--- a/dev-python/zxcvbn/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <upstream>
- <maintainer>
- <name>Daniel Wolf</name>
- <email>danielrwolf5@gmail.com</email>
- </maintainer>
- <doc>https://github.com/dwolfhub/zxcvbn-python/blob/master/README.rst</doc>
- <bugs-to>https://github.com/dwolfhub/zxcvbn-python/issues</bugs-to>
- <remote-id type="github">dwolfhub/zxcvbn-python</remote-id>
- <remote-id type="pypi">zxcvbn</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
deleted file mode 100644
index 600d032..0000000
--- a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of Dropbox's realistic password strength estimator"
-HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python"
-SRC_URI="https://github.com/dwolfhub/${PN}-python/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-python-${PV}"
-
-distutils_enable_tests pytest