summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/simplesettings/Manifest1
-rw-r--r--dev-python/simplesettings/metadata.xml11
-rw-r--r--dev-python/simplesettings/simplesettings-0.5-r1.ebuild19
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/simplesettings/Manifest b/dev-python/simplesettings/Manifest
deleted file mode 100644
index 0dc4239426db..000000000000
--- a/dev-python/simplesettings/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST simplesettings-0.5.tar.gz 5998 BLAKE2B e6462a8e327eb7a3d0a12b07301e0079115481583f23413bcc87f26e8d2bb13eb8c390f1676203582194b78978c6b0f6097ff469e09d6fbc038ce6559ddb74b5 SHA512 7d7fdfb827dcf86558560b96594016896b9c62843509acf4fb47b8b669e12bb3cb3093eb65312198978c1ace689b848c251f1943fa9fc9952479618ecc9658b5
diff --git a/dev-python/simplesettings/metadata.xml b/dev-python/simplesettings/metadata.xml
deleted file mode 100644
index 87631f147a0f..000000000000
--- a/dev-python/simplesettings/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">simplesettings</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/simplesettings/simplesettings-0.5-r1.ebuild b/dev-python/simplesettings/simplesettings-0.5-r1.ebuild
deleted file mode 100644
index a439a23563c9..000000000000
--- a/dev-python/simplesettings/simplesettings-0.5-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple settings initialization"
-HOMEPAGE="https://pypi.org/project/simplesettings/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""