summaryrefslogtreecommitdiff
path: root/dev-python/statistics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-04 12:02:00 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-04 12:02:00 +0100
commiteab5731cdf11d4ae8cdf111461d46fd96c5bdd37 (patch)
treece35c6d01b5ff5de95c3a20fef853b9a6518ad2e /dev-python/statistics
parentb7ebc951da8800f711142f69d9d958bde67a112d (diff)
gentoo resync : 04.05.2019
Diffstat (limited to 'dev-python/statistics')
-rw-r--r--dev-python/statistics/Manifest5
-rw-r--r--dev-python/statistics/metadata.xml16
-rw-r--r--dev-python/statistics/statistics-1.0.3.5.ebuild22
-rw-r--r--dev-python/statistics/statistics-3.4.0_beta3.ebuild26
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-python/statistics/Manifest b/dev-python/statistics/Manifest
deleted file mode 100644
index f808eab36911..000000000000
--- a/dev-python/statistics/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST statistics-1.0.3.5.tar.gz 8303 BLAKE2B bbefc6b9ea5fa00f2980072afced8810e9a33acba5ef07ffbaa6c6356a1dd66fe8062b98bf6d4273860d482aa352453395c16143220afca7050cee3546fad8ab SHA512 1d7fd2304a885dbd9ebc564323349f9c5ad1ea1ecea8182b52a1f42308963bd49f07c9dc9f0b87a35d2f6ed3c37429dbc38183c0b1bd65a527558e4504a9a3a0
-DIST statistics-3.4.0b3.tar.gz 12486 BLAKE2B d13c8fdba3a8788f1959a97fb3d11c53cdfa5d217751b0b1303d0be186e6f37a27ba5f641cf0cc90ecb96482527bdaa4b61778795a6c6a0fa19a93d881376d2a SHA512 d7bd7614fe3afe24e542eaebfedcd2147111ec567024e2533faaa379438c3f53138ce205c9b8fc71bed51bc13d5cb3d370b476f199a6250f4457adcba4be6522
-EBUILD statistics-1.0.3.5.ebuild 542 BLAKE2B 255a4da31e877440080714b88847ff8ec17f4f2b8908f5c361e0418f3679d6a6b6f610e96c13d9d7957261600fdb5337e0abca4399f63de0b1c3f22155681b24 SHA512 e91916bde6009344067d5234948ce0c869cd2c8f6802eb2384e54213daf631c08d864deff25ae7ecdfbe3a7b4cd728ca92d56e52816a7fa6047531cafa70cd05
-EBUILD statistics-3.4.0_beta3.ebuild 588 BLAKE2B 4f82b3951b8fa98a5c9017b827ece3a459980bd7ecb4e7141badb1d3827e772a71c52c15c379e1aa3ac8437f27fd34be1b8188fd45fa84ce775166b8e4459db5 SHA512 dc804c5d03d10c96ec83eaf162095d68c18ae6f958686362d7c31207d1d9562228014c2254eab4a3222379b4fd1e5898f5dbbff1049fe4fe3eb5ceb35faf0a1f
-MISC metadata.xml 527 BLAKE2B 6b5ae878e0f3364775f80e272491e8e6b618b4ea129544760a3f56b6a4db33efcb1f85a2af4f812d67def3430218205ff6637c427fe2ebb7a812c6ff9d573e8a SHA512 a8a996bf135883825f9857cbb3a8608a1f340bdb32393b7438fa863c617fea26ce0ef05e2985b2bd763a73aaed9a7c565a7b789e98bdc231831b1b315fca0251
diff --git a/dev-python/statistics/metadata.xml b/dev-python/statistics/metadata.xml
deleted file mode 100644
index 41bf24bdbdc8..000000000000
--- a/dev-python/statistics/metadata.xml
+++ /dev/null
@@ -1,16 +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">statistics</remote-id>
- <maintainer status="unknown">
- <email>stefano@digitalemagine.com</email>
- <name>Stefano Crosta</name>
- </maintainer>
- <remote-id type="github">digitalemagine/py-statistics</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/statistics/statistics-1.0.3.5.ebuild b/dev-python/statistics/statistics-1.0.3.5.ebuild
deleted file mode 100644
index 45d4800ffbe4..000000000000
--- a/dev-python/statistics/statistics-1.0.3.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python 2.* port of 3.4 Statistics Module"
-HOMEPAGE="https://github.com/digitalemagine/py-statistics
- https://pypi.org/project/statistics/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/statistics/statistics-3.4.0_beta3.ebuild b/dev-python/statistics/statistics-3.4.0_beta3.ebuild
deleted file mode 100644
index 10ab210b6b9c..000000000000
--- a/dev-python/statistics/statistics-3.4.0_beta3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 pypy pypy3 )
-
-inherit distutils-r1
-
-MY_P=${PN}-${PV/_beta/b}
-
-DESCRIPTION="A Python 2.* port of 3.4 Statistics Module"
-HOMEPAGE="https://github.com/digitalemagine/py-statistics
- https://pypi.org/project/statistics/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}