From 2b77ef1974c0f6aac3dfe119f7ea2567c5264cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 8 Aug 2020 20:29:40 +0200 Subject: net-dns/dyndnsc: add package --- dev-python/daemonocle/Manifest | 1 + dev-python/daemonocle/daemonocle-1.0.2.ebuild | 18 ++++++++++++++++++ net-dns/dyndnsc/Manifest | 1 + net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild | 20 ++++++++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 dev-python/daemonocle/Manifest create mode 100644 dev-python/daemonocle/daemonocle-1.0.2.ebuild create mode 100644 net-dns/dyndnsc/Manifest create mode 100644 net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild diff --git a/dev-python/daemonocle/Manifest b/dev-python/daemonocle/Manifest new file mode 100644 index 0000000..1da97e1 --- /dev/null +++ b/dev-python/daemonocle/Manifest @@ -0,0 +1 @@ +DIST daemonocle-1.0.2.tar.gz 25504 BLAKE2B c8e1ebb13f3b41a413babcfdbc5b2672be6bb2e1481df69bb57a0b851e6dce3e7740261f0eecae8cfc167d327fc20d2b7d45d91003854b15d4cc680aa720770b SHA512 762586de5bf778c0a5bedada865c07280ba94b3e6a7b9b1e494d7c92df008adc035deb3043ad5bd0d572e558ecb1574331cd94539f6b8131f40c1cab9a574ba8 diff --git a/dev-python/daemonocle/daemonocle-1.0.2.ebuild b/dev-python/daemonocle/daemonocle-1.0.2.ebuild new file mode 100644 index 0000000..c7260c5 --- /dev/null +++ b/dev-python/daemonocle/daemonocle-1.0.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}" diff --git a/net-dns/dyndnsc/Manifest b/net-dns/dyndnsc/Manifest new file mode 100644 index 0000000..77f4ec4 --- /dev/null +++ b/net-dns/dyndnsc/Manifest @@ -0,0 +1 @@ +DIST dyndnsc-0.5.1.tar.gz 53227 BLAKE2B 141e7eca5259ba5b2db20a41f603ec186d0281a8224126d60b46f77dbf6048476031a5933b008dd945538b76d7addb3cba873679fca8488c8891e8ce4a2c14c4 SHA512 c23c02049b80771e96eabfc82b0f17aea97b36bcaa1e6b190aa97bdf1059419c56e1a19985a5ce3be676d9328c21bd1042dbecf7875d6a1d14efb1f35696df04 diff --git a/net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild b/net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild new file mode 100644 index 0000000..5c2a247 --- /dev/null +++ b/net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild @@ -0,0 +1,20 @@ +EAPI="6" + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Dynamic dns update client" +HOMEPAGE="https://github.com/infothrill/python-dyndnsc" +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/daemonocle-1.0.1 + >=dev-python/dnspython-1.15.0 + >=dev-python/netifaces-0.10.5 + >=dev-python/requests-2.0.1" +DEPEND="${RDEPEND}" -- cgit v1.2.3