diff options
-rw-r--r-- | dev-python/wlc/Manifest | 1 | ||||
-rw-r--r-- | dev-python/wlc/wlc-1.8.ebuild | 22 | ||||
-rw-r--r-- | profiles/devel/packages | 1 |
3 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/wlc/Manifest b/dev-python/wlc/Manifest new file mode 100644 index 0000000..17afd3b --- /dev/null +++ b/dev-python/wlc/Manifest @@ -0,0 +1 @@ +DIST wlc-1.8.tar.gz 52079 BLAKE2B d2d95a89adf4f97e80463e4ba9d8a20d5b3080d5389cea61abe4169dd03f4838d21b69fa4502cb2b3c4bf1c902e4ca70ec8d10abadb9a4c87b4ee2db764666c5 SHA512 01ebb0aa64efaa5f8a00397977ec6bbcc44ae5cddfef9359b67f81a2cf4069a9f1dc210c0dd78beff103618a6e4acab584ce4acf9256f42148837ba0eba3424f diff --git a/dev-python/wlc/wlc-1.8.ebuild b/dev-python/wlc/wlc-1.8.ebuild new file mode 100644 index 0000000..0cacb4a --- /dev/null +++ b/dev-python/wlc/wlc-1.8.ebuild @@ -0,0 +1,22 @@ +EAPI=7 +PYTHON_COMPAT=( python3_{7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A command line utility for Weblate, translation tool" +HOMEPAGE="https://weblate.org/" +SRC_URI="https://pypi.python.org/packages/source/w/${PN}/${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/argcomplete + dev-python/python-dateutil + dev-python/pyxdg + dev-python/requests" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${RDEPEND}" diff --git a/profiles/devel/packages b/profiles/devel/packages index 702cf45..5e2c8ec 100644 --- a/profiles/devel/packages +++ b/profiles/devel/packages @@ -2,6 +2,7 @@ dev-vcs/tig dev-vcs/hub dev-vcs/git-flow +dev-python/wlc ## Liners/Fixers # C |