diff options
Diffstat (limited to 'www-servers/ngus/ngus-1.0.ebuild')
| -rw-r--r-- | www-servers/ngus/ngus-1.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/www-servers/ngus/ngus-1.0.ebuild b/www-servers/ngus/ngus-1.0.ebuild new file mode 100644 index 0000000..572cb35 --- /dev/null +++ b/www-servers/ngus/ngus-1.0.ebuild | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | # Copyright 1999-2020 Gentoo Authors | ||
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | |||
| 4 | EAPI=7 | ||
| 5 | |||
| 6 | DISTUTILS_USE_SETUPTOOLS=rdepend | ||
| 7 | PYTHON_COMPAT=( python3_{7,8,9,10} ) | ||
| 8 | DISTUTILS_USE_SETUPTOOLS=rdepend | ||
| 9 | |||
| 10 | inherit distutils-r1 | ||
| 11 | |||
| 12 | DESCRIPTION="A minimalist HTTP server written in pure Python and intended for receiving file uploads" | ||
| 13 | HOMEPAGE="https://github.com/blackm0re/ngus" | ||
| 14 | MY_PN="ngus" | ||
| 15 | MY_P="${MY_PN}-${PV}" | ||
| 16 | SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" | ||
| 17 | KEYWORDS="amd64 arm arm64 ppc ppc64 x86 amd64-linux x86-linux" | ||
| 18 | S="${WORKDIR}/${MY_P}" | ||
| 19 | |||
| 20 | RESTRICT="test" | ||
| 21 | |||
| 22 | LICENSE="GPL-3+" | ||
| 23 | SLOT="0" | ||
| 24 | |||
| 25 | # DEPEND=" | ||
| 26 | # dev-python/setuptools[${PYTHON_USEDEP}] | ||
| 27 | # " | ||
| 28 | |||
| 29 | python_install_all() { | ||
| 30 | distutils-r1_python_install_all | ||
| 31 | } | ||
