commit:     070212d8e9c7225ad07099f12bd30c24017c5e56
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Apr 12 08:19:06 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Apr 12 08:19:06 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=070212d8

dev-python/repsep_utils: add 0.3, 0.3.1

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/repsep_utils/repsep_utils-0.3.1.ebuild | 22 ++++++++++++++++++++++
 dev-python/repsep_utils/repsep_utils-0.3.ebuild   | 22 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/repsep_utils/repsep_utils-0.3.1.ebuild 
b/dev-python/repsep_utils/repsep_utils-0.3.1.ebuild
new file mode 100644
index 000000000..975d97f9d
--- /dev/null
+++ b/dev-python/repsep_utils/repsep_utils-0.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="dev-tex/pythontex"
+
+src_install() {
+       dobin "bin/repsep"
+
+       insinto "/usr/share/repsep"
+       doins repsep/*
+}

diff --git a/dev-python/repsep_utils/repsep_utils-0.3.ebuild 
b/dev-python/repsep_utils/repsep_utils-0.3.ebuild
new file mode 100644
index 000000000..975d97f9d
--- /dev/null
+++ b/dev-python/repsep_utils/repsep_utils-0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="dev-tex/pythontex"
+
+src_install() {
+       dobin "bin/repsep"
+
+       insinto "/usr/share/repsep"
+       doins repsep/*
+}

Reply via email to