Compare Pastes

Differences between the pastes #150332 (26.10.2020 20:06) and #251437 (26.01.2022 10:13).
1
# Copyright 1999-2020 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
1
Clearly, thanks for the help in this question.
2
 https://zeenite.com/videos/52159/hottest-lesbian-threesome-ever-filmed/
3
4
EAPI=7
5
6
PYTHON_COMPAT=( python2_7 )
7
8
inherit distutils-r1
9
10
DESCRIPTION="Python 3.4 Enum backported"
11
HOMEPAGE="https://pypi.org/project/enum34/"
12
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
13
14
LICENSE="BSD"
15
SLOT="0"
16
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
17
IUSE="doc"
18
19
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
20
21
python_test() {
22
	"${PYTHON}" enum/test.py || die "Tests failed under ${EPYTHON}"
23
}
24
25
python_install_all() {
26
	use doc && local DOCS=( enum/doc/. enum/README )
27
28
	distutils-r1_python_install_all