summaryrefslogtreecommitdiff
path: root/dev-python/bitstring/bitstring-3.1.8.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-21 08:43:33 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-21 08:43:33 +0200
commite3bd4ffda7f6891646a8ae2f24bfb1d43a3c85a5 (patch)
tree9301875068d4a1db13ed83402c1ae5a817cabec7 /dev-python/bitstring/bitstring-3.1.8.ebuild
parent72350147502300883977f0ac406888dba0d74290 (diff)
downloadgentoo-e3bd4ffda7f6891646a8ae2f24bfb1d43a3c85a5.tar.gz
gentoo-e3bd4ffda7f6891646a8ae2f24bfb1d43a3c85a5.tar.bz2
gentoo-e3bd4ffda7f6891646a8ae2f24bfb1d43a3c85a5.zip
dev-python/bitstring: Remove buggy 3.1.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitstring/bitstring-3.1.8.ebuild')
-rw-r--r--dev-python/bitstring/bitstring-3.1.8.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/bitstring/bitstring-3.1.8.ebuild b/dev-python/bitstring/bitstring-3.1.8.ebuild
deleted file mode 100644
index 6e59803ccaf9..000000000000
--- a/dev-python/bitstring/bitstring-3.1.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A pure Python module for creation and analysis of binary data"
-HOMEPAGE="https://github.com/scott-griffiths/bitstring"
-SRC_URI="https://github.com/scott-griffiths/${PN}/archive/${P}.tar.gz"
-S=${WORKDIR}/${PN}-${P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-distutils_enable_tests unittest
-
-DOCS=( README.rst release_notes.txt )
-
-src_test() {
- cd test || die
- distutils-r1_src_test
-}