From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ascim/
Date: Mon, 20 Jul 2020 15:18:18 +0000 (UTC) [thread overview]
Message-ID: <1595258224.6ee1983284f4e6a1ae288b937bd265f7e8bba93f.coppens.matthias@gentoo> (raw)
commit: 6ee1983284f4e6a1ae288b937bd265f7e8bba93f
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Mon Jul 20 15:17:04 2020 +0000
Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Mon Jul 20 15:17:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ee19832
dev-python/ascim: New package
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
dev-python/ascim/Manifest | 1 +
dev-python/ascim/ascim-0.1.1.ebuild | 24 ++++++++++++++++++++++++
dev-python/ascim/ascim-9999.ebuild | 24 ++++++++++++++++++++++++
dev-python/ascim/metadata.xml | 8 ++++++++
4 files changed, 57 insertions(+)
diff --git a/dev-python/ascim/Manifest b/dev-python/ascim/Manifest
new file mode 100644
index 0000000..2e38aa4
--- /dev/null
+++ b/dev-python/ascim/Manifest
@@ -0,0 +1 @@
+DIST ascim-0.1.1.tar.gz 10745 BLAKE2B a417c98c67e14f742a062014792e686e4c95af1d489a2ef9cd4a56a5fe056f2b825f991f6af735397bcdb3e161fba34b961859fb90ea7e85c655ea73f34e54be SHA512 abcb86399da13d1481d20025360efcced08fbb5117af63aa74af146ad72a455cefa5799578f7f5668db455b37cf6cbfcc04a9f418315870c0d754c9e98e98f26
diff --git a/dev-python/ascim/ascim-0.1.1.ebuild b/dev-python/ascim/ascim-0.1.1.ebuild
new file mode 100644
index 0000000..5b72e2a
--- /dev/null
+++ b/dev-python/ascim/ascim-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/fakefred/${PN}"
+case "${PV}" in
+ 9999)
+ inherit git-r3
+ ;;
+ *)
+ SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+esac
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+distutils_enable_sphinx docs
+
+DESCRIPTION="Manipulate ASCII art as you would do with raster images"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="MIT"
+
+SLOT="0"
diff --git a/dev-python/ascim/ascim-9999.ebuild b/dev-python/ascim/ascim-9999.ebuild
new file mode 100644
index 0000000..5b72e2a
--- /dev/null
+++ b/dev-python/ascim/ascim-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/fakefred/${PN}"
+case "${PV}" in
+ 9999)
+ inherit git-r3
+ ;;
+ *)
+ SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+esac
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+distutils_enable_sphinx docs
+
+DESCRIPTION="Manipulate ASCII art as you would do with raster images"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="MIT"
+
+SLOT="0"
diff --git a/dev-python/ascim/metadata.xml b/dev-python/ascim/metadata.xml
new file mode 100644
index 0000000..fed6676
--- /dev/null
+++ b/dev-python/ascim/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>coppens.matthias.abc@gmail.com</email>
+ <description>Matthias Coppens</description>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2020-07-20 15:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-20 15:18 Matthias Coppens [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-21 10:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ascim/ Matthias Coppens
2020-07-21 13:42 Andrew Ammerlaan
2020-07-21 20:01 Matthias Coppens
2021-03-28 9:39 Andrew Ammerlaan
2022-07-11 19:22 Anna Vyalkova
2022-07-11 19:22 Anna Vyalkova
2024-04-13 16:14 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 16:03 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1595258224.6ee1983284f4e6a1ae288b937bd265f7e8bba93f.coppens.matthias@gentoo \
--to=coppens.matthias.abc@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox