summaryrefslogtreecommitdiff
path: root/dev-python/python-discid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
commita8b0d35ab742f31538d515dea39716e566d533c0 (patch)
tree40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /dev-python/python-discid
parent8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff)
gentoo resync : 06.01.2018
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r--dev-python/python-discid/Manifest2
-rw-r--r--dev-python/python-discid/python-discid-1.1.0.ebuild19
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/python-discid/Manifest b/dev-python/python-discid/Manifest
index 7309baa434ca..940b26c0ebfd 100644
--- a/dev-python/python-discid/Manifest
+++ b/dev-python/python-discid/Manifest
@@ -1,5 +1,3 @@
-DIST python-discid-1.1.0.tar.gz 30656 BLAKE2B 9d497efe2729951f1bbb11ba5db1de90d530f7fddac922e9bdea6e3098a8e3c6b1440fd326afd2938ace9a658e7ec607b6f14b81f9b32cbd9fbc5ead8c137ab2 SHA512 dd4a0a406d3f1b1d635bfb12c52689b72296f6965dd5d23c540d137ac60841bc39722e710db459281511df992e4db6614472cc741084bebe2ecf6b0b4dc5ab36
DIST python-discid-1.1.1.tar.gz 30454 BLAKE2B 4ddf680ef824498ce1db318718b1f55067538a6f1e772df2c83b2cf6c9e75ba2b068587d447307a771dee6fe20725d64309e78b2afadfdbf8f6a8673dc30616e SHA512 b040137162a2588c653f390a4d0b549b322bb4e2745a3738c1ba72a1984722358fc85a306f4cd5d41c1e599e40d01c6e2b08d67951a820c2d1116d96eb618c8e
-EBUILD python-discid-1.1.0.ebuild 483 BLAKE2B a6b52fcb4475c6839fae69fd66188afc28b8fe2b67af9b9f8c28f95d58adfa76b7046a41d903df38830ba76486fb3b74c5fff4c679efd1b9078ef3cb0acbf87d SHA512 e6069234b6d49c1ad3b8277452adaa650f722109e3fa18620ac91d0427b3eccd80aec0e2e25af9f4942b2f09ee26d3b223a2cc36a403c169ccf412e4768ea4a3
EBUILD python-discid-1.1.1.ebuild 740 BLAKE2B e7bbe8eceec21c44c58ebad31aca0016b178d76c720e8c62e1335bec3785a921982fe80d38fc6dee90b1b7ae7a28eb94478d2f988347406c93051930f24f1747 SHA512 4dc03fe17178cb18326b4cd89a7985f8dd6312ecc816ac4b3e33f93a67b595c5b5d4f567b9123c22a7fdb3343da10be2c724f068876d9315446c629d1d059dc5
MISC metadata.xml 336 BLAKE2B c6fb10b79d120db82b11418fa0c99466b7a34b26bfce044216ccbcc7e2fa7fd17716c3a5d1c64c14fba22452943700ffb691592bf9255a6a89b028a43ecce56a SHA512 1a863be4ff2f8741d43bf7cccc8e18e678abf401faac599a32ca363444376ecbebcba02706863d1b750d695561047f99a8777d34ed62ff5a05ed6bddf4e6f5f6
diff --git a/dev-python/python-discid/python-discid-1.1.0.ebuild b/dev-python/python-discid/python-discid-1.1.0.ebuild
deleted file mode 100644
index 32ce8076c6b4..000000000000
--- a/dev-python/python-discid/python-discid-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for libdiscid"
-HOMEPAGE="https://github.com/JonnyJD/python-discid"
-SRC_URI="https://github.com/JonnyJD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=">=media-libs/libdiscid-0.2.2
- ${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"