1
0

dev-python/bashlex: New package

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-06-10 05:30:40 +00:00
parent 0dfaf79456
commit 3608c10119
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST bashlex-0.15.tar.gz 67873 BLAKE2B ec1f409d2ad1b044a19ccc73e3b3f2bc7b63745ccca3306f01bfcb91f39b9b760ca2c985b54b22f208e2a06a8a95f688d4c794304e7afee2068209aba0f8e806 SHA512 059faf5d59a9e852257b9e48b670ce3ea28e0fd912f61d1e2d24de2aff7b4ac550f9eaf5decd84ec8577cdafc510e00b1ea3bb013d2878669408fb8e596f64f5
EBUILD bashlex-0.15.ebuild 537 BLAKE2B 82ab4ca669d35d206e81f3e2d6034e799531c56851a2dcca5228b534d6fa53a9299fa558ca179d163c97ab270f2e67d075bf4abecaa6b34141bb645d1ce559ff SHA512 a23054bfd42c891a82f4b74089fb99253c737407ae3ecadd0cfc2b7abc47a62a69f5fdfc83ad3ad8bf33bb490687fef2595c3dda6fc0a6ed8064e7e0e5dc0225
MISC metadata.xml 320 BLAKE2B f9d3e577a131587a391ac3232bb70d5460a6eb00928ed867a176357c28baae83f67546a6942f9095125c31ea5401bf3ec17767413815a0a52cc5c0f66b49d540 SHA512 cda44facf96f5f195ffa748a73e6d0a1a08648463d880a753ea83345b6d239c058853962a9b459e2a52036c1721cbd8baa3798b6797bd94150ba778163748d32

View File

@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5..9} )
inherit distutils-r1
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/idank/bashlex/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/idank/bashlex.git"
fi
DESCRIPTION="Python parser for bash"
HOMEPAGE="https://github.com/idank/bashlex"
LICENSE="GPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">idank/bashlex</remote-id>
</upstream>
</pkgmetadata>