diff options
| author | Simeon Simeonov | 2024-06-30 19:06:22 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2024-06-30 19:06:22 +0200 |
| commit | 991d0d96e5e079dae7feef4fc9c4736c306f6e57 (patch) | |
| tree | e5ef1df00ea2b872f74a3c475bc17db400e37a30 /www-servers/ngus/ngus-1.0.ebuild | |
| parent | 8459629cd213b551f3ccb6a519247594fa137425 (diff) | |
Fix legacy ebuilds and fix pkgcheck issues
Diffstat (limited to 'www-servers/ngus/ngus-1.0.ebuild')
| -rw-r--r-- | www-servers/ngus/ngus-1.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www-servers/ngus/ngus-1.0.ebuild b/www-servers/ngus/ngus-1.0.ebuild deleted file mode 100644 index 7c4f0cc..0000000 --- a/www-servers/ngus/ngus-1.0.ebuild +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | # Copyright 1999-2022 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_{8..11} ) | ||
| 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 | } | ||
