summaryrefslogtreecommitdiff
path: root/dev-python/weakrefmethod
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/weakrefmethod
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/weakrefmethod')
-rw-r--r--dev-python/weakrefmethod/Manifest3
-rw-r--r--dev-python/weakrefmethod/metadata.xml19
-rw-r--r--dev-python/weakrefmethod/weakrefmethod-1.0.3.ebuild22
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/weakrefmethod/Manifest b/dev-python/weakrefmethod/Manifest
deleted file mode 100644
index bda92ee6281b..000000000000
--- a/dev-python/weakrefmethod/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST weakrefmethod-1.0.3.tar.gz 7472 BLAKE2B 44e8250275156ee88b95c8b308b1b18fd7899d028c8ef893f2defd2c71f44a94c416a1531bf0d4a71012f44cec69814bdc8e244c0349abb7dd1e5a3e76c89908 SHA512 c68dc806904eb954319984003506eb9b552005ce04722c6a3eb123ecde8f4413f9f9d114f0923c6f6ae2e25b4dbaf8c225c070a1720a6563cf1517f2411a60d5
-EBUILD weakrefmethod-1.0.3.ebuild 470 BLAKE2B 0ceb5ec49baef63eccd818b4f34aac9b4a0b321ec08f8fcb0424716155cb5a5204f2ca96546c4f5996b9d8ed1451a16163aaffbf1f3305c44fc84c5885ccbac4 SHA512 88860816c1b689fcdab41f545c077287f29acd0ba8fb6237b3ad172b02f69262db75dba6bf0bb16ea544c4229e44ef1c4a75db42c32f4e77017836d4f8552122
-MISC metadata.xml 603 BLAKE2B dbb3d2f2f42f78b2a59b7ebadbb481575e4e21de81dde4b443136f38d5babccf5a05eb33c61b8e1777cc1483fffef547870dd42c9a903f6333de08c920769795 SHA512 97e9f0da46bbec178b6ba2fd9dfd99189f1a00bbad2b26cef5307c3dc0ec5dbb651b325d6ec7ae1cd429a8b23d1b654e1bb2fbc5960aa8d9752b593eac990fd0
diff --git a/dev-python/weakrefmethod/metadata.xml b/dev-python/weakrefmethod/metadata.xml
deleted file mode 100644
index a40778af57c7..000000000000
--- a/dev-python/weakrefmethod/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <maintainer type="project">
- <email>openstack@gentoo.org</email>
- <name>Openstack</name>
- </maintainer>
- <longdescription lang="en">
- Backport of WeakMethod from Python 3.4 to Python 2.6+
- </longdescription>
- <upstream>
- <remote-id type="pypi">weakrefmethod</remote-id>
- <remote-id type="github">twang817/weakrefmethod</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/weakrefmethod/weakrefmethod-1.0.3.ebuild b/dev-python/weakrefmethod/weakrefmethod-1.0.3.ebuild
deleted file mode 100644
index 01ea69b6ab7e..000000000000
--- a/dev-python/weakrefmethod/weakrefmethod-1.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Backport of WeakMethod from Python 3.4 to Python 2.6+"
-HOMEPAGE="https://github.com/rholder/retrying"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND=""