From 58c8685aed982ab6e37e9abb19914413f7a5bbd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 18 Feb 2021 12:16:24 +0100 Subject: dev-python/daemonocle: update to 1.2.2 --- dev-python/daemonocle/Manifest | 2 +- dev-python/daemonocle/daemonocle-1.0.2.ebuild | 18 ------------------ dev-python/daemonocle/daemonocle-1.2.2.ebuild | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 dev-python/daemonocle/daemonocle-1.0.2.ebuild create mode 100644 dev-python/daemonocle/daemonocle-1.2.2.ebuild diff --git a/dev-python/daemonocle/Manifest b/dev-python/daemonocle/Manifest index 1da97e1..70a7930 100644 --- a/dev-python/daemonocle/Manifest +++ b/dev-python/daemonocle/Manifest @@ -1 +1 @@ -DIST daemonocle-1.0.2.tar.gz 25504 BLAKE2B c8e1ebb13f3b41a413babcfdbc5b2672be6bb2e1481df69bb57a0b851e6dce3e7740261f0eecae8cfc167d327fc20d2b7d45d91003854b15d4cc680aa720770b SHA512 762586de5bf778c0a5bedada865c07280ba94b3e6a7b9b1e494d7c92df008adc035deb3043ad5bd0d572e558ecb1574331cd94539f6b8131f40c1cab9a574ba8 +DIST daemonocle-1.2.2.tar.gz 41215 BLAKE2B 93faa2e0a28ddb6b44b0065da34c8beda9945455e86009f357313adb09e0a42dcdda3142d52f02de8f03d7189cfe780e3cd8776cce998d98fa469f62dbea1281 SHA512 6ab9da66568ce3e20a78c5cd775e14bb09ab33c717131f4843fa3a64313d099b04888e935c11b30bb3ca7dc0bb95c16ef0f1e8a1bec4179744aa23d63fa66581 diff --git a/dev-python/daemonocle/daemonocle-1.0.2.ebuild b/dev-python/daemonocle/daemonocle-1.0.2.ebuild deleted file mode 100644 index c7260c5..0000000 --- a/dev-python/daemonocle/daemonocle-1.0.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -EAPI="6" - -PYTHON_COMPAT=( python3_{6,7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="Library for creating your own Unix-style daemons" -HOMEPAGE="http://github.com/jnrbsn/daemonocle" -SRC_URI="https://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/click - dev-python/psutil" -DEPEND="${RDEPEND}" diff --git a/dev-python/daemonocle/daemonocle-1.2.2.ebuild b/dev-python/daemonocle/daemonocle-1.2.2.ebuild new file mode 100644 index 0000000..c7260c5 --- /dev/null +++ b/dev-python/daemonocle/daemonocle-1.2.2.ebuild @@ -0,0 +1,18 @@ +EAPI="6" + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Library for creating your own Unix-style daemons" +HOMEPAGE="http://github.com/jnrbsn/daemonocle" +SRC_URI="https://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/click + dev-python/psutil" +DEPEND="${RDEPEND}" -- cgit v1.2.3