1
0
Fork 0

dev-python/repsep_utils: merged in Gentoo Science

https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d396c84783e1ee73e4b2e4369ac4c5bb42b0b22

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-01-06 04:48:29 -05:00
parent d30509fff9
commit d29b4061b7
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
5 changed files with 0 additions and 84 deletions

View File

@ -1,15 +0,0 @@
*repsep_utils-0.2 (30 May 2020)
30 May 2020; <chymera@gentoo.org> +repsep_utils-0.2.ebuild:
dev-python/repsep_utils: version bump 0.2
*repsep_utils-0.1.1 (10 Apr 2020)
10 Apr 2020; <chymera@gentoo.org> +repsep_utils-0.1.1.ebuild,
-repsep_utils-0.1.ebuild:
dev-python/repsep_utils: version bump ahead of Gentoo Science
*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

View File

@ -1,2 +0,0 @@
DIST repsep_utils-0.1.1.tar.gz 11074 SHA256 054cfb94925cae49b05b8889490e37576b4cccf792045ecaa28feaa42e8bd4b0 SHA512 694bacce8eacb185c06c61b9c238eae1f9a1a418b90cc8d6a99afc5ea87a037d644f418ca8e952ea7e449f4c951db74134a1b8e11e0bda9a84b29595fd3062c0 WHIRLPOOL 3a91211be715837902b80544c71ee54c3598b4b0fff02af0442046b16765f2133f3e775bcfd0957a7f28474cae143625af8f5beb3735fa62a4a619a35d67950f
DIST repsep_utils-0.2.tar.gz 11147 SHA256 91c1da7b60a925ad3e5b3ff706d352f2674c1846d72dc30505b93c92413d8f63 SHA512 ba499cecb3dac38c1ca8e91eee3e1f9edafbc906e8acc046cd1eaead8253a9ac61f489ffca23cdb4ac6a595ecef40cc6a3374b3618c8162a4f38f499c1a4cc4e WHIRLPOOL 7df1f385bac72b3da7d93107b36de3265a9bbcd78f57e4dba893de98c8491199886dfc69c4e0d3d813673f8847c8668680e253819f2ff6e7a81eaf47700f30fa

View File

@ -1,19 +0,0 @@
<?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>

View File

@ -1,24 +0,0 @@
# 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/*
}

View File

@ -1,24 +0,0 @@
# 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/*
}