Skip to content

Commit fb990aa

Browse files
authored
Merge pull request #884 from macaroni-os/merge/mark-31/bump-dev-python_gpep517-19
mark-devkit: [mark-31] Bump dev-python/gpep517-19
2 parents fd726d0 + bf5bcad commit fb990aa

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

dev-python/gpep517/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DIST gpep517-16.tar.gz 19267 BLAKE2B 279612c29671f5ecf9689f8c3f864d005a8c85313874159f64750f40390c3e11d4f576ac58e79cabae7a2a8d1455c1b9df00d2dd9dce685794abe69817127bc9 SHA512 17c2fbd7143d4120812125a352df915ab8091e54dfec4f02defa83c06b1af333b1c46d6372f0d166c61bf4eb0fdaef21d302e0a5ca40014d62c25416db51836d
2+
DIST gpep517-19.tar.gz 32575 BLAKE2B 587e389a57df21d50db9ce9460ed10490450fad860efef0d4b33d75ba12ba7a99e9f6b8d51510d011505dabed72e18844d4a2c50ca1de08ab5d273e00cf12af7 SHA512 8d518f681a72e0bec02f092f6b2e68bdc26bda1274d8ecdabe102b4b9ff3a183f58add1d4bd125e9ce5d28715548e331f97fccc1e7cc60f54d8a75b3795cf826
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
3+
EAPI=7
4+
5+
PYTHON_COMPAT=( python3+ )
6+
DISTUTILS_USE_PEP517="no"
7+
inherit distutils-r1
8+
9+
DESCRIPTION="Python package builder and installer for non-pip-centric world"
10+
HOMEPAGE="None https://pypi.org/project/gpep517/"
11+
SRC_URI="https://files.pythonhosted.org/packages/61/6e/ff04f422467ec5438b6236a42671a655419bb135b383facb6c7c65060fe6/gpep517-19.tar.gz -> gpep517-19.tar.gz"
12+
13+
DEPEND=""
14+
RDEPEND="
15+
dev-python/installer[${PYTHON_USEDEP}]
16+
dev-python/tomli[${PYTHON_USEDEP}]"
17+
IUSE=""
18+
SLOT="0"
19+
LICENSE=""
20+
KEYWORDS="*"
21+
S="${WORKDIR}/gpep517-19"
22+
23+
python_install() {
24+
python_domodule gpep517
25+
python_newscript - gpep517 <<-EOF
26+
#!${EPREFIX}/usr/bin/python
27+
import sys
28+
from gpep517.__main__ import main
29+
sys.exit(main())
30+
EOF
31+
}

0 commit comments

Comments
 (0)