summaryrefslogtreecommitdiff
path: root/www-servers/ngus/ngus-1.0.ebuild
diff options
context:
space:
mode:
authorSimeon Simeonov2024-06-30 19:06:22 +0200
committerSimeon Simeonov2024-06-30 19:06:22 +0200
commit991d0d96e5e079dae7feef4fc9c4736c306f6e57 (patch)
treee5ef1df00ea2b872f74a3c475bc17db400e37a30 /www-servers/ngus/ngus-1.0.ebuild
parent8459629cd213b551f3ccb6a519247594fa137425 (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.ebuild31
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
4EAPI=7
5
6DISTUTILS_USE_SETUPTOOLS=rdepend
7PYTHON_COMPAT=( python3_{8..11} )
8DISTUTILS_USE_SETUPTOOLS=rdepend
9
10inherit distutils-r1
11
12DESCRIPTION="A minimalist HTTP server written in pure Python and intended for receiving file uploads"
13HOMEPAGE="https://github.com/blackm0re/ngus"
14MY_PN="ngus"
15MY_P="${MY_PN}-${PV}"
16SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
17KEYWORDS="amd64 arm arm64 ppc ppc64 x86 amd64-linux x86-linux"
18S="${WORKDIR}/${MY_P}"
19
20RESTRICT="test"
21
22LICENSE="GPL-3+"
23SLOT="0"
24
25# DEPEND="
26# dev-python/setuptools[${PYTHON_USEDEP}]
27# "
28
29python_install_all() {
30 distutils-r1_python_install_all
31}