[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-lexers/

2020-12-07 Thread Andrew Ammerlaan
commit: d659630782b78e678c6488d52808e51bc33882a4
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Dec  7 11:49:51 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Dec  7 11:49:51 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6596307

dev-python/pymdown-lexers: add py3.9

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/pymdown-lexers/pymdown-lexers-0_pre20180905.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pymdown-lexers/pymdown-lexers-0_pre20180905.ebuild 
b/dev-python/pymdown-lexers/pymdown-lexers-0_pre20180905.ebuild
index 4cb30a62..ab51a255 100644
--- a/dev-python/pymdown-lexers/pymdown-lexers-0_pre20180905.ebuild
+++ b/dev-python/pymdown-lexers/pymdown-lexers-0_pre20180905.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-lexers/

2020-04-08 Thread Alessandro Barbieri
commit: 5b43e98eab3480435c421c65d5fab419391fa54a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr  8 17:00:10 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr  8 17:03:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b43e98e

dev-python/pymdown-lexers: use _pre notation

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/pymdown-lexers/Manifest  | 2 +-
 ...own-lexers-0.2018.9.5.ebuild => pymdown-lexers-0_pre20180905.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pymdown-lexers/Manifest 
b/dev-python/pymdown-lexers/Manifest
index ef4d22a..d1be472 100644
--- a/dev-python/pymdown-lexers/Manifest
+++ b/dev-python/pymdown-lexers/Manifest
@@ -1 +1 @@
-DIST pymdown-lexers-0.2018.9.5.tar.gz 2596 BLAKE2B 
ff08ac12fbb242ab5b51b80f91d18281cf8cd9bf121b1a6d389ef47a069c614991d6fb99ff05cca9802e68b4dfc2c89d9f6d4b02051a133968ab9ee24943756b
 SHA512 
d0a509cdd9924053b79259b873ec3a3671869b37f7a97112370d21c360f6315961d13610cf08a00e10f58d5e25ac360b3844fc997392dfe724ec14f02a079596
+DIST pymdown-lexers-0_pre20180905.tar.gz 2596 BLAKE2B 
ff08ac12fbb242ab5b51b80f91d18281cf8cd9bf121b1a6d389ef47a069c614991d6fb99ff05cca9802e68b4dfc2c89d9f6d4b02051a133968ab9ee24943756b
 SHA512 
d0a509cdd9924053b79259b873ec3a3671869b37f7a97112370d21c360f6315961d13610cf08a00e10f58d5e25ac360b3844fc997392dfe724ec14f02a079596

diff --git a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild 
b/dev-python/pymdown-lexers/pymdown-lexers-0_pre20180905.ebuild
similarity index 100%
rename from dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
rename to dev-python/pymdown-lexers/pymdown-lexers-0_pre20180905.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-lexers/

2020-03-28 Thread Andrew Ammerlaan
commit: b77c6511a9651145c868e93d03aabbf1b05aa728
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Mar 28 10:19:09 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Mar 28 11:00:12 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b77c6511

dev-python/pymdown-lexers: add DISTUTILS_USE_SETUPTOOLS=rdepend

otherwise we get a warning

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild 
b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
index 1a2be81..7d2d578 100644
--- a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
+++ b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
@@ -5,6 +5,8 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
 inherit distutils-r1
 
 COMMIT="fa422cb95b794157760259c5c20a1235e4a459be"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-lexers/

2020-03-28 Thread Andrew Ammerlaan
commit: 6c3f52217f754f9f21270c19617fb03c3e332346
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Mar 28 07:54:41 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Mar 28 11:00:11 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c3f5221

dev-python/pymdown-lexers: fix S not found

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild 
b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
index e718641..1a2be81 100644
--- a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
+++ b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -12,6 +12,7 @@ COMMIT="fa422cb95b794157760259c5c20a1235e4a459be"
 DESCRIPTION="Additional lexers for use in Pygments"
 HOMEPAGE="https://github.com/facelessuser/pymdown-lexers";
 SRC_URI="https://github.com/facelessuser/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -19,4 +20,5 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
>=dev-python/pygments-2.0.1[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-${COMMIT}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-lexers/

2020-03-27 Thread Alessandro Barbieri
commit: c154c3f50a70c20e83541ac83b716e558b2b1ddb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 27 16:33:59 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 27 17:03:26 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c154c3f5

dev-python/pymdown-lexers: new package

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/pymdown-lexers/Manifest |  1 +
 dev-python/pymdown-lexers/metadata.xml | 12 
 .../pymdown-lexers-0.2018.9.5.ebuild   | 22 ++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/pymdown-lexers/Manifest 
b/dev-python/pymdown-lexers/Manifest
new file mode 100644
index 000..ef4d22a
--- /dev/null
+++ b/dev-python/pymdown-lexers/Manifest
@@ -0,0 +1 @@
+DIST pymdown-lexers-0.2018.9.5.tar.gz 2596 BLAKE2B 
ff08ac12fbb242ab5b51b80f91d18281cf8cd9bf121b1a6d389ef47a069c614991d6fb99ff05cca9802e68b4dfc2c89d9f6d4b02051a133968ab9ee24943756b
 SHA512 
d0a509cdd9924053b79259b873ec3a3671869b37f7a97112370d21c360f6315961d13610cf08a00e10f58d5e25ac360b3844fc997392dfe724ec14f02a079596

diff --git a/dev-python/pymdown-lexers/metadata.xml 
b/dev-python/pymdown-lexers/metadata.xml
new file mode 100644
index 000..a9ab9c1
--- /dev/null
+++ b/dev-python/pymdown-lexers/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+facelessuser/pymdown-lexers
+  
+

diff --git a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild 
b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
new file mode 100644
index 000..e718641
--- /dev/null
+++ b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+COMMIT="fa422cb95b794157760259c5c20a1235e4a459be"
+
+DESCRIPTION="Additional lexers for use in Pygments"
+HOMEPAGE="https://github.com/facelessuser/pymdown-lexers";
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/pygments-2.0.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"