summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-09 13:38:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-09 13:38:27 +0000
commit01b0a2ba61e2c0c372c48bee0e85a618ce29f205 (patch)
treebf675e6a1fa1c5e55673892bd63eaafbffedbfc3 /dev-python
parenta4ae77409683cdc1c846f36836bc7c29226cac08 (diff)
downloadbaldeagleos-repo-01b0a2ba61e2c0c372c48bee0e85a618ce29f205.tar.gz
baldeagleos-repo-01b0a2ba61e2c0c372c48bee0e85a618ce29f205.tar.xz
baldeagleos-repo-01b0a2ba61e2c0c372c48bee0e85a618ce29f205.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fastimport/Manifest1
-rw-r--r--dev-python/fastimport/fastimport-0.9.12.ebuild21
-rw-r--r--dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild2
3 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/fastimport/Manifest b/dev-python/fastimport/Manifest
index 2d44d9e72aaa..dc0fac2f32f5 100644
--- a/dev-python/fastimport/Manifest
+++ b/dev-python/fastimport/Manifest
@@ -1,2 +1 @@
DIST fastimport-0.9.11.tar.gz 41764 BLAKE2B afb82878ea1996894ff71fe99edc5ca26d45f98eedf7a8a6e85af45949e1e81c2112de9fc2c026438306a8a0e89c484063954ba7d2ff9a80c6b71ab40174f8d4 SHA512 e1b7e4897542ef6f33af51e1018340a6807688e44424e4e7e482b3347264d58d4290678cc2cfa230af500a53cabdcf35c9e7b03c8ff0f1ec3e6e0a9e869a1455
-DIST fastimport-0.9.12.tar.gz 41765 BLAKE2B fed4b350c5ff1eda194b0ec89da240ddf1f1bb48e08c16597d85eb443c0ff39b6e0af00c70da14a99fcff27ad6935245e9298b74273f210bc15f01b3aa6ccfd1 SHA512 0beab06145f7898402eff96bbc579515b506d9b7f6f30f77cdb35799d4531f0067b5d368e9245649ca435c2f7742c172c61f75d29a76c2d22fd90cc8d9605ae8
diff --git a/dev-python/fastimport/fastimport-0.9.12.ebuild b/dev-python/fastimport/fastimport-0.9.12.ebuild
deleted file mode 100644
index 8b3ac1da6f9e..000000000000
--- a/dev-python/fastimport/fastimport-0.9.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for parsing the fastimport VCS serialization format"
-HOMEPAGE="https://github.com/jelmer/python-fastimport"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-
-python_test() {
- "${EPYTHON}" -m unittest -v fastimport.tests.test_suite ||
- die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild b/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild
index 03099384dde0..9562a09d6e9a 100644
--- a/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild
+++ b/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-
inherit distutils-r1
DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC"