2021-02-23 19:08:06 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2015-09-03 21:07:07 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-09-23 12:30:05 +03:00
|
|
|
EAPI=8
|
2015-09-03 21:07:07 +03:00
|
|
|
|
2021-09-23 12:30:05 +03:00
|
|
|
PYTHON_COMPAT=( python3_{8..10} )
|
2020-04-15 09:10:40 +03:00
|
|
|
DISTUTILS_USE_SETUPTOOLS=no
|
2015-09-03 21:07:07 +03:00
|
|
|
|
2021-09-23 12:30:05 +03:00
|
|
|
inherit distutils-r1
|
2015-09-03 21:07:07 +03:00
|
|
|
|
2015-11-10 17:56:19 +03:00
|
|
|
if [[ ${PV} == "9999" ]] ; then
|
|
|
|
EGIT_BRANCH="master"
|
2017-07-31 18:46:29 +03:00
|
|
|
EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git"
|
2017-12-02 21:05:59 +03:00
|
|
|
inherit git-r3
|
2015-11-10 17:56:19 +03:00
|
|
|
else
|
2016-02-08 09:08:36 +03:00
|
|
|
SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz"
|
2021-09-23 12:30:05 +03:00
|
|
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
2016-02-08 09:08:36 +03:00
|
|
|
S="${WORKDIR}/pyDeComp-${PV}"
|
2015-11-10 17:56:19 +03:00
|
|
|
fi
|
2015-09-03 21:07:07 +03:00
|
|
|
|
2016-02-08 09:08:36 +03:00
|
|
|
DESCRIPTION="A python library of common (de)compression and contents handling"
|
2015-09-03 21:07:07 +03:00
|
|
|
HOMEPAGE="https://github.com/dol-sen/pyDeComp"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|