diff options
author | Karel Kočí <cynerd@email.cz> | 2020-08-08 20:29:40 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-08-08 20:29:40 +0200 |
commit | 2b77ef1974c0f6aac3dfe119f7ea2567c5264cb5 (patch) | |
tree | 159e0d2c64b1bda52092456aae56e1871339422e /net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild | |
parent | 52744aeceddd879dcbc5db3725f313b262027db7 (diff) | |
download | gentoo-personal-overlay-2b77ef1974c0f6aac3dfe119f7ea2567c5264cb5.tar.gz gentoo-personal-overlay-2b77ef1974c0f6aac3dfe119f7ea2567c5264cb5.tar.bz2 gentoo-personal-overlay-2b77ef1974c0f6aac3dfe119f7ea2567c5264cb5.zip |
net-dns/dyndnsc: add package
Diffstat (limited to 'net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild')
-rw-r--r-- | net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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}" |