summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-04-30 10:18:42 -0400
committerVirgil Dupras <vdupras@gentoo.org>2019-04-30 10:18:42 -0400
commitd544ec487615d6939412a05e4e3eb5d07c2ac836 (patch)
treeb0972e7354c9ecb2089e8e29b1946fe4f6d4dfe6 /dev-python/statistics/statistics-1.0.3.5.ebuild
parentx11-libs/fltk: Use HTTPS (diff)
downloadgentoo-d544ec487615d6939412a05e4e3eb5d07c2ac836.tar.gz
gentoo-d544ec487615d6939412a05e4e3eb5d07c2ac836.tar.bz2
gentoo-d544ec487615d6939412a05e4e3eb5d07c2ac836.zip
dev-python/statistics: remove last-rited package
Bug: https://bugs.gentoo.org/616596 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Diffstat (limited to 'dev-python/statistics/statistics-1.0.3.5.ebuild')
-rw-r--r--dev-python/statistics/statistics-1.0.3.5.ebuild22
1 files changed, 0 insertions, 22 deletions
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}]"