summaryrefslogtreecommitdiff
path: root/dev-python/ascim
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
commitd97953e6ff67978da9554e7b4601aedceb21e215 (patch)
tree674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-python/ascim
parent1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff)
downloadbaldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip
Adding metadata
Diffstat (limited to 'dev-python/ascim')
-rw-r--r--dev-python/ascim/Manifest1
-rw-r--r--dev-python/ascim/ascim-0.1.1.ebuild24
-rw-r--r--dev-python/ascim/ascim-9999.ebuild24
-rw-r--r--dev-python/ascim/metadata.xml14
4 files changed, 63 insertions, 0 deletions
diff --git a/dev-python/ascim/Manifest b/dev-python/ascim/Manifest
new file mode 100644
index 000000000000..2e38aa4a9a8f
--- /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 000000000000..46a76e8af5e7
--- /dev/null
+++ b/dev-python/ascim/ascim-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 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_{7,8,9,10} )
+inherit distutils-r1
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+
+DESCRIPTION="Manipulate ASCII art as you would do with raster images"
+HOMEPAGE="https://github.com/fakefred/ascim"
+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 000000000000..46a76e8af5e7
--- /dev/null
+++ b/dev-python/ascim/ascim-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 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_{7,8,9,10} )
+inherit distutils-r1
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+
+DESCRIPTION="Manipulate ASCII art as you would do with raster images"
+HOMEPAGE="https://github.com/fakefred/ascim"
+LICENSE="MIT"
+
+SLOT="0"
diff --git a/dev-python/ascim/metadata.xml b/dev-python/ascim/metadata.xml
new file mode 100644
index 000000000000..41d14a1ef43e
--- /dev/null
+++ b/dev-python/ascim/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ <name>Matthias Coppens</name>
+ </maintainer>
+ <upstream>
+ <doc>https://github.com/fakefred/ascim#usage</doc>
+ <bugs-to>https://github.com/fakefred/ascim/issues</bugs-to>
+ <remote-id type="github">fakefred/ascim</remote-id>
+ <remote-id type="pypi">ascim</remote-id>
+ </upstream>
+</pkgmetadata>