summaryrefslogtreecommitdiff
path: root/dev-python/mmh3
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/mmh3
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/mmh3')
-rw-r--r--dev-python/mmh3/Manifest5
-rw-r--r--dev-python/mmh3/metadata.xml18
-rw-r--r--dev-python/mmh3/mmh3-2.3.1.ebuild19
-rw-r--r--dev-python/mmh3/mmh3-2.5.1.ebuild18
4 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/mmh3/Manifest b/dev-python/mmh3/Manifest
deleted file mode 100644
index 29c35ab62dad..000000000000
--- a/dev-python/mmh3/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST mmh3-2.3.1.tar.gz 6122 BLAKE2B 5dbc5d0cc2185d587bab061bc66edab65e92b71aefe589545439785dd1fc74cb5f4c0330fbaef2094ef3c4581e93672387e36e2f0207a261f7b06964d005992a SHA512 9ffdf23f7fe33583713daf299fad64d4e3bc3ba433eec4e1d24a47daeffa39b13aedcedd3005f2d873a01dbc2d1b1ed931eed30d09e1887eaa0980586af37cc5
-DIST mmh3-2.5.1.tar.gz 9797 BLAKE2B af83f2e93bad0160a73d93eb41528b5ad6e5e022bf82a356df95ada3e3b73e7c0ad5ce95cd62ae956e42d7b650e53794abda6cc749d7e441ec044c14b4d5de9c SHA512 1cc2bdaceda00e90355fcca990517aec77e60c2117e716cf7311a5b4aa1a78635cee16ad4d551d73ea72a18fe9c40fb24b7ff042171eae252cc4fb5660592d37
-EBUILD mmh3-2.3.1.ebuild 443 BLAKE2B 8fca89195002fb91cddadeaa81e07ac9bcf10081dd7fcf0971161773761bdbe12c47c101b4a98e27462b0f69042fe6f9563368efc9308369a46b021efcb749c3 SHA512 b28345d7164df34e7c6efbf00b0dbb985b257155efded88a7067683e55e6dc3963c1cd5d3476a27cf95fe8229f72609625e37a3647356a6aae66c4d36947005c
-EBUILD mmh3-2.5.1.ebuild 472 BLAKE2B 3f13e1824936cf01ef8f98faa9f57b33d0231b4fcc65955fa166051ae665512b4657fc7535496019489762ea32cf167826d05d651be1c8d1832aecb323a76976 SHA512 1c49ed518d31d9d81f2ee9e3618085e3ed29e2814509227d0371793015086c84cb60371dca0125934aadca0b4bb577f2b1e887149e0239c1119c7565595db39c
-MISC metadata.xml 533 BLAKE2B 3c3c9600b5202d7fe85c89f3795f7758d05386a4eb7b2d4fb985c8157385ed2e9375aa4c3b48b4a76cf976a920af61934e9a70dd46609ff59338d400cd847718 SHA512 0ce139f6e24d78adcb11d7c1bb888daa94d382093a285ade74825abea3321a06dec759a9f8477f588c70e91e5276856a7ddebad3b8377fdd35ae7cc311e30292
diff --git a/dev-python/mmh3/metadata.xml b/dev-python/mmh3/metadata.xml
deleted file mode 100644
index cb9929abb3d2..000000000000
--- a/dev-python/mmh3/metadata.xml
+++ /dev/null
@@ -1,18 +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>
- </maintainer>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
- <longdescription lang="en">
- Python wrapper for MurmurHash (MurmurHash3), a set of fast and
- robust hash functions.
- </longdescription>
- <upstream>
- <remote-id type="pypi">mmh3</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/mmh3/mmh3-2.3.1.ebuild b/dev-python/mmh3/mmh3-2.3.1.ebuild
deleted file mode 100644
index 320011a1c8cd..000000000000
--- a/dev-python/mmh3/mmh3-2.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit distutils-r1
-
-DESCRIPTION="Python library for MurmurHash3, fast and robust hash functions."
-HOMEPAGE="https://pypi.org/project/mmh3/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
diff --git a/dev-python/mmh3/mmh3-2.5.1.ebuild b/dev-python/mmh3/mmh3-2.5.1.ebuild
deleted file mode 100644
index 20612ee438c5..000000000000
--- a/dev-python/mmh3/mmh3-2.5.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1
-
-DESCRIPTION="Python library for MurmurHash3, fast and robust hash functions."
-HOMEPAGE="https://pypi.org/project/mmh3/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="CC0-1.0 public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"