mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-python/almost: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
34
dev-python/almost/almost-0.1.5.ebuild
Normal file
34
dev-python/almost/almost-0.1.5.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
COMMIT="cc3eeb0abde7ff95a222d571443989c74a112ff7"
|
||||
|
||||
DESCRIPTION="A helper for approximate comparison"
|
||||
HOMEPAGE="
|
||||
https://github.com/sublee/almost
|
||||
https://pypi.org/project/almost
|
||||
"
|
||||
SRC_URI="https://github.com/sublee/almost/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
#no tests in pypi tarball
|
||||
distutils_enable_tests setup.py
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s|distribute|setuptools|" setup.py || die
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user