commit:     318387de1bbe3b38ce98fcf1bfc19d03b5a520aa
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 21:43:28 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 21:55:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318387de

dev-python/pygments-github-lexers: New package

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/pygments-github-lexers/Manifest          |  1 +
 dev-python/pygments-github-lexers/metadata.xml      | 12 ++++++++++++
 .../pygments-github-lexers-0.0.5.ebuild             | 21 +++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/pygments-github-lexers/Manifest 
b/dev-python/pygments-github-lexers/Manifest
new file mode 100644
index 00000000000..cf833a13220
--- /dev/null
+++ b/dev-python/pygments-github-lexers/Manifest
@@ -0,0 +1 @@
+DIST pygments-github-lexers-0.0.5.tar.gz 6337 BLAKE2B 
21fb1a0627c9ebf42d86d6cceea3ebec4339ef29b1d881d8b3bd5f90060ec2ba76a69ae4bf9e92420a10950ae20c7ea7ff44d5fccf8add06be1f1353cd8b7800
 SHA512 
429a8a81eb0228c806b6fafe5e1c64be92e719170b1af666aa9c9c7923ff4058972a167193dd0ab1ace0395fa1f6621212f800b07dcce4e59970fd905e046d71

diff --git a/dev-python/pygments-github-lexers/metadata.xml 
b/dev-python/pygments-github-lexers/metadata.xml
new file mode 100644
index 00000000000..a3d3849c687
--- /dev/null
+++ b/dev-python/pygments-github-lexers/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Patrick McLean</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">pygments-github-lexers </remote-id>
+    <remote-id type="github">liluo/pygments-github-lexers</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git 
a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild 
b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild
new file mode 100644
index 00000000000..33275a6e114
--- /dev/null
+++ b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+inherit distutils-r1
+
+DESCRIPTION="Pygments Github custom lexers"
+HOMEPAGE="https://github.com/liluo/pygments-github-lexers";
+SRC_URI="https://github.com/liluo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"
+
+# no tests

Reply via email to