summaryrefslogtreecommitdiff
path: root/dev-python/pid
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-11 01:46:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-11 01:46:41 +0000
commit08fc13a575c3f8e1133777a637bcbc9513111a15 (patch)
tree36b394f676f34349bdb0d28d87fb435e1dc4d81c /dev-python/pid
parentf0b936fb5f5cc589a1209823dd2fea11bd3357c3 (diff)
downloadbaldeagleos-repo-08fc13a575c3f8e1133777a637bcbc9513111a15.tar.gz
baldeagleos-repo-08fc13a575c3f8e1133777a637bcbc9513111a15.tar.xz
baldeagleos-repo-08fc13a575c3f8e1133777a637bcbc9513111a15.zip
Adding metadata
Diffstat (limited to 'dev-python/pid')
-rw-r--r--dev-python/pid/pid-3.0.4-r1.ebuild2
-rw-r--r--dev-python/pid/pid-3.0.4.ebuild18
2 files changed, 1 insertions, 19 deletions
diff --git a/dev-python/pid/pid-3.0.4-r1.ebuild b/dev-python/pid/pid-3.0.4-r1.ebuild
index 1ee53b6c403c..76df7ce06155 100644
--- a/dev-python/pid/pid-3.0.4-r1.ebuild
+++ b/dev-python/pid/pid-3.0.4-r1.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
distutils_enable_tests pytest
diff --git a/dev-python/pid/pid-3.0.4.ebuild b/dev-python/pid/pid-3.0.4.ebuild
deleted file mode 100644
index f8cc7271026d..000000000000
--- a/dev-python/pid/pid-3.0.4.ebuild
+++ /dev/null
@@ -1,18 +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} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pidfile featuring stale detection and file-locking"
-HOMEPAGE="https://pypi.org/project/pid/ https://github.com/trbs/pid/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-distutils_enable_tests pytest