summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-26 03:34:11 +0100
committerSam James <sam@gentoo.org>2021-07-26 03:34:11 +0100
commiteb70bb00e1b0383272575379b79718dec5229072 (patch)
tree261ff63ed3033ca2798b357f1de17a924a6e405f /dev-python
parentmedia-gfx/ufraw: treeclean (diff)
downloadgentoo-eb70bb00e1b0383272575379b79718dec5229072.tar.gz
gentoo-eb70bb00e1b0383272575379b79718dec5229072.tar.bz2
gentoo-eb70bb00e1b0383272575379b79718dec5229072.zip
dev-python/frozendict: treeclean
Bug: https://bugs.gentoo.org/798291 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/frozendict/Manifest1
-rw-r--r--dev-python/frozendict/frozendict-1.2.ebuild18
-rw-r--r--dev-python/frozendict/metadata.xml12
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest
deleted file mode 100644
index e28118e5c9e8..000000000000
--- a/dev-python/frozendict/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frozendict-1.2.tar.gz 2650 BLAKE2B 8c2e10055d60a1fcec76be993c7fa1ba2b445a4880b1f7cc2e1a1be4010912da20bba2e7481fd861445d386814b3523993c9d73786b3f95d3f9e2444c44472ce SHA512 095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da
diff --git a/dev-python/frozendict/frozendict-1.2.ebuild b/dev-python/frozendict/frozendict-1.2.ebuild
deleted file mode 100644
index 7f149937f152..000000000000
--- a/dev-python/frozendict/frozendict-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple immutable mapping for python"
-HOMEPAGE="https://github.com/slezica/python-frozendict"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-BDEPEND=""
-RDEPEND=""
diff --git a/dev-python/frozendict/metadata.xml b/dev-python/frozendict/metadata.xml
deleted file mode 100644
index 64bfc1f30e32..000000000000
--- a/dev-python/frozendict/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alexxy@gentoo.org</email>
- <name>Alexey Shvetsov</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">frozendict</remote-id>
- <remote-id type="github">slezica/python-frozendict</remote-id>
- </upstream>
-</pkgmetadata>