Skip to content

Commit aca9e63

Browse files
committed
dev-python/mini-racer: new package, add 0.12.1
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 6be791e commit aca9e63

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

dev-python/mini-racer/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST mini_racer-0.12.1-py3-none-manylinux_2_31_x86_64.whl 14728909 BLAKE2B 6693bd1c3775ea0321294047e2e4213d839113ce284ffe860d259c7aabc35d192f1f2ea7ff13e40ce8b171155e58a9b5ccceaa7d93420d8bcdc91152f741ae27 SHA512 568543ebbb9261c5ba9e81d3cfc296ec5fb1b6c3e37096d6cb950e10728f289b43dcd1f5c898d58beb610b3bf64075bd04ad7d2a605fd7f054ff31a6f7d17485
2+
EBUILD mini-racer-0.12.1.ebuild 670 BLAKE2B c43659e5688de9fed507a4c86f10efd9725dc7f72cd825e549a9f18ab6684c04d40f21d57844bdd9680e410107e30f3811cecd4e2a612e8f04c1e446b6b6c1fb SHA512 3b6e6976e24fd70724163b462f3ffffff8eac06b9f5a6106773e20743904d1c84642ee251576c8c61aa01898502317c5365a7be6052cbbb198c1cbb8d843157b
3+
MISC metadata.xml 516 BLAKE2B ad903a6a2afc861d651e6d467a0a8903ff1c3a9f5e28565992eadac5190a6ce055f27c3aa40c5d146f5f86c98e6f93a9310ed4fddd3cdfab1dd5c14fd6f94f9d SHA512 14440c8ed418bda90a6ee48bbdf60d7046b68858766f887dcd109cf8dada9c4b426299c1342c109f384bc8b3a6b8385ce9eebc71cde7a0eeac60f5bd28281d58

dev-python/mini-racer/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">mini-racer</remote-id>
10+
<remote-id type="github">bpcreech/PyMiniRacer</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>bpcreech</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=standalone
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Minimal, modern embedded V8 for Python."
11+
HOMEPAGE="https://github.com/bpcreech/PyMiniRacer https://pypi.org/project/mini-racer"
12+
SRC_URI="$(pypi_wheel_url ${PN} ${PV} py3 none-manylinux_2_31_x86_64)"
13+
S=${WORKDIR}
14+
15+
LICENSE="ISC"
16+
SLOT="0"
17+
KEYWORDS="amd64 arm arm64 x86"
18+
19+
RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]"
20+
21+
python_compile() {
22+
distutils_wheel_install "${BUILD_DIR}/install" "${DISTDIR}/${PN/-/_}-${PV}-py3-none-manylinux_2_31_x86_64.whl"
23+
}

0 commit comments

Comments
 (0)