diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-18 14:13:41 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-18 14:13:41 +0000 |
| commit | 3443dff87b38b06b0053660b0358b34a2a63efee (patch) | |
| tree | 29adcc522aacf10c552e3ea5d854a86dac386d41 /dev-python/tasklib/tasklib-2.5.1.ebuild | |
| parent | cf4e315606991a7cd2714a746c9312e3520c9448 (diff) | |
| download | baldeagleos-repo-3443dff87b38b06b0053660b0358b34a2a63efee.tar.gz baldeagleos-repo-3443dff87b38b06b0053660b0358b34a2a63efee.tar.xz baldeagleos-repo-3443dff87b38b06b0053660b0358b34a2a63efee.zip | |
Adding metadata
Diffstat (limited to 'dev-python/tasklib/tasklib-2.5.1.ebuild')
| -rw-r--r-- | dev-python/tasklib/tasklib-2.5.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/tasklib/tasklib-2.5.1.ebuild b/dev-python/tasklib/tasklib-2.5.1.ebuild new file mode 100644 index 000000000000..e7e454b70a5a --- /dev/null +++ b/dev-python/tasklib/tasklib-2.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + +inherit distutils-r1 + +DESCRIPTION="A Python library for interacting with taskwarrior databases" +HOMEPAGE="https://github.com/GothenburgBitFactory/tasklib" +SRC_URI=" + https://github.com/GothenburgBitFactory/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-misc/task +" + +distutils_enable_sphinx docs --no-autodoc +distutils_enable_tests setup.py |
