summaryrefslogtreecommitdiff
path: root/dev-python/dill
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-27 00:37:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-27 00:37:54 +0000
commitc59726f73d452c764efc0aeca13eb981cf11cf67 (patch)
tree590fcf4aa145563289adfb41ec09ebf37254acf3 /dev-python/dill
parent6dcf197a8c97b0dc222865d2e3fcff37b27f066e (diff)
downloadbaldeagleos-repo-c59726f73d452c764efc0aeca13eb981cf11cf67.tar.gz
baldeagleos-repo-c59726f73d452c764efc0aeca13eb981cf11cf67.tar.xz
baldeagleos-repo-c59726f73d452c764efc0aeca13eb981cf11cf67.zip
Adding metadata
Diffstat (limited to 'dev-python/dill')
-rw-r--r--dev-python/dill/dill-0.3.4-r1.ebuild2
-rw-r--r--dev-python/dill/dill-0.3.4.ebuild30
2 files changed, 1 insertions, 31 deletions
diff --git a/dev-python/dill/dill-0.3.4-r1.ebuild b/dev-python/dill/dill-0.3.4-r1.ebuild
index 373104b5cbbe..d7d802517012 100644
--- a/dev-python/dill/dill-0.3.4-r1.ebuild
+++ b/dev-python/dill/dill-0.3.4-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${PN}-${P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
python_test() {
local fail= t
diff --git a/dev-python/dill/dill-0.3.4.ebuild b/dev-python/dill/dill-0.3.4.ebuild
deleted file mode 100644
index ab9b3b6b62d3..000000000000
--- a/dev-python/dill/dill-0.3.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Serialize all of python (almost)"
-HOMEPAGE="https://pypi.org/project/dill/"
-SRC_URI="
- https://github.com/uqfoundation/dill/archive/${P}.tar.gz
- -> ${P}.gh.tar.gz"
-S=${WORKDIR}/${PN}-${P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- local fail= t
- for t in tests/test_*.py; do
- ebegin "\t${t}"
- "${EPYTHON}" "${t}"
- eend || fail=1
- done
-
- [[ ${fail} ]] && die "Tests fail with ${EPYTHON}"
-}