summaryrefslogtreecommitdiff
path: root/dev-python/milksets
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/milksets
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/milksets')
-rw-r--r--dev-python/milksets/Manifest3
-rw-r--r--dev-python/milksets/metadata.xml15
-rw-r--r--dev-python/milksets/milksets-0.1.3-r1.ebuild19
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/milksets/Manifest b/dev-python/milksets/Manifest
deleted file mode 100644
index 5351c2d4bb23..000000000000
--- a/dev-python/milksets/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST milksets-0.1.3.tar.gz 10438190 BLAKE2B e056b51924fcfdb0f510c4a1088a15364ed55aafd7e4e087c2c633505a237058f3e49968acadf8441b086566fd0f645de417fa01f46cc4c0957b8e6272fc5e9b SHA512 45ea6b14dc5e15c8797a42483fdbf3f5b8794f68a378b070f39e3117ff98fad810bb9b200f569061f8e65337380d908e32284c8563e74939b5b2cc202f2103d8
-EBUILD milksets-0.1.3-r1.ebuild 474 BLAKE2B 470a4a1113256bb01f4922e970bd52bd509822547bdb1271ba9e3da346cecec9ce11e235e9be713eb93536f1acb3e04227e0534aefa979afc6e55284073d6863 SHA512 8aa952c9a777dabec056b4a94a7e24aca51be0b175f79eb18f07dc9e98dfc2d2933af93550200c9cc8979ad0430c30dcfae0d3b804ac4487aa184929332981bc
-MISC metadata.xml 503 BLAKE2B 2ae3ef5c25bada8ee877b87a804c72cd9145ac98c662060aa31486d1d2f8293c2fa82571569b1d848bb72799d15b4d245de0c6dcd4a65d45a95556be96808cba SHA512 6140c969d0db68c2d14eb8a351c5b8668ccbbe1a2d5ad6f54d102e5025c24644589ef599fa5800eeb23f52c39447fe451f5b195d43da1618c9e94ba8655f94b6
diff --git a/dev-python/milksets/metadata.xml b/dev-python/milksets/metadata.xml
deleted file mode 100644
index 55ba88d2e3c5..000000000000
--- a/dev-python/milksets/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- This packages contains some U.C.I. datasets in a common Pythonic
- interface, which makes them easy to use with milk.
-</longdescription>
- <upstream>
- <remote-id type="pypi">milksets</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/milksets/milksets-0.1.3-r1.ebuild b/dev-python/milksets/milksets-0.1.3-r1.ebuild
deleted file mode 100644
index b6344d68e3a9..000000000000
--- a/dev-python/milksets/milksets-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Datasets in a common Pythonic interface to use with milk"
-HOMEPAGE="http://luispedro.org/software/milksets"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"