dev-python/repsep_utils: new package
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
5e907dc0fa
commit
c2124727b6
4
dev-python/repsep_utils/ChangeLog
Normal file
4
dev-python/repsep_utils/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
*pyparsing-2.4.5 (04 Dec 2019)
|
||||
|
||||
04 Dec 2019; <chymera@gentoo.org> +metadata.xml, +pyparsing-2.4.5.ebuild:
|
||||
dev-python/pyparsing: version bump 2.4.5 ahead of Gentoo Main
|
1
dev-python/repsep_utils/Manifest
Normal file
1
dev-python/repsep_utils/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST repsep_utils-0.1.tar.gz 11068 SHA256 1c79de7ff0ad68c0459df0a860b777b58593d0b8eabed46cc7b49384bce029ac SHA512 72b78831694b1cb580cd53ccf9f4f0285fe46bf274eb06e683e85d6831ff4ea1509f0d335974e5e628f54399fbf955222a65e4ca0f75c29455443f5021c539e6 WHIRLPOOL cf1388cab9b2a9f6eae9e30f79187f9e7738f9d124d0bde01e1c6609e0e4e9d7911b4fef6903ff30fad2ea5c8c7141dff5d81809cdc4c1d4ac5e4d6d9b08ff31
|
19
dev-python/repsep_utils/metadata.xml
Normal file
19
dev-python/repsep_utils/metadata.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>chr@chymera.eu</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Utilities for compiling and developing RepSeP-style articles, such as the
|
||||
reference implementation. The package contains generic boilerplate code for
|
||||
PythonTeX-interaction, as used by all RepSeP-style articles, as well as an
|
||||
executable file allowing single-script execution for development and
|
||||
debugging purposes.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
24
dev-python/repsep_utils/repsep_utils-0.1.ebuild
Normal file
24
dev-python/repsep_utils/repsep_utils-0.1.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright 2019-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Utilities Supporting RepSeP-style documents"
|
||||
HOMEPAGE="https://github.com/TheChymera/repsep_utils"
|
||||
SRC_URI="https://github.com/TheChymera/repsep_utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
#S=${WORKDIR}/${PN}-${MY_HASH}
|
||||
|
||||
src_install() {
|
||||
dobin "bin/repsep"
|
||||
|
||||
insinto "/usr/share/repsep"
|
||||
doins repsep/*
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user