diff options
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}" |