[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2024-05-11 Thread Michał Górny
commit: f0501155ba634948063ca80ba2a952a215eb1ef8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 11:00:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 11:03:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0501155

dev-python/mistune: Fix variable order

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/mistune-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-3.0.2.ebuild 
b/dev-python/mistune/mistune-3.0.2.ebuild
index 7dd1e10d1c0b..a2aaab5930d5 100644
--- a/dev-python/mistune/mistune-3.0.2.ebuild
+++ b/dev-python/mistune/mistune-3.0.2.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
https://pypi.org/project/mistune/
 "
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2024-05-11 Thread Michał Górny
commit: 8caa405d026a724a7b4bed22276b3ec22453dc7d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 10:54:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 11:03:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caa405d

dev-python/mistune: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/mistune-3.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mistune/mistune-3.0.2.ebuild 
b/dev-python/mistune/mistune-3.0.2.ebuild
index 84e08e11881e..7dd1e10d1c0b 100644
--- a/dev-python/mistune/mistune-3.0.2.ebuild
+++ b/dev-python/mistune/mistune-3.0.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2023-11-01 Thread Michał Górny
commit: 2ad7cd22b133b9d340b685963a3294ad53fed754
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:17:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:17:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad7cd22

dev-python/mistune: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 -
 dev-python/mistune/mistune-3.0.1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 5ebf2cb67884..f02e416a7d46 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1 @@
-DIST mistune-3.0.1.tar.gz 91271 BLAKE2B 
42c0e76a95ede80a09a9f4748bdf9a737a7b149c15d8c52159cedd1522cebd4085cd1ec03a0ac516ff522b2c513553587cd3e93f2e9ca4388b3ad0671a8c3cb8
 SHA512 
280c1baf87a5dac7aafc8181f3098c556c36017a97de6c75576858ff2a318103c9086c811d61faef43453160020bd4a1db2a3007d6afb26e6cfc701df40d435f
 DIST mistune-3.0.2.tar.gz 90840 BLAKE2B 
bc4f477b24c8244d2fb7032835b3dc3bfc0bda8948fabbfa78660f77c861df76f9e01abcb58f8643efd689482fe3a187995cc92dd7cd0b7817ad799237d9b72d
 SHA512 
9a7e0e2886afddb8a6e314af1e4ed6e41f886f64823713f941b6a713a29986044ac66c437c4029e0fbf20224d106ce445a46906825b20b17b9e2ff6173476d28

diff --git a/dev-python/mistune/mistune-3.0.1.ebuild 
b/dev-python/mistune/mistune-3.0.1.ebuild
deleted file mode 100644
index 84e08e11881e..
--- a/dev-python/mistune/mistune-3.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="
-   https://github.com/lepture/mistune/
-   https://pypi.org/project/mistune/
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2023-11-01 Thread Arthur Zamarin
commit: 829059acdb45f72eb332e61360dd9f27b3ed366c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 19:03:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 19:03:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829059ac

dev-python/mistune: Stabilize 3.0.2 ALLARCHES, #916645

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mistune/mistune-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-3.0.2.ebuild 
b/dev-python/mistune/mistune-3.0.2.ebuild
index cebb95e81025..84e08e11881e 100644
--- a/dev-python/mistune/mistune-3.0.2.ebuild
+++ b/dev-python/mistune/mistune-3.0.2.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2023-09-29 Thread Michał Górny
commit: b3bca63e98eb960c3488c78edec2fc36d5eba8be
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 04:31:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 04:56:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bca63e

dev-python/mistune: Bump to 3.0.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-3.0.2.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 7837f0959d68..5ebf2cb67884 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1 +1,2 @@
 DIST mistune-3.0.1.tar.gz 91271 BLAKE2B 
42c0e76a95ede80a09a9f4748bdf9a737a7b149c15d8c52159cedd1522cebd4085cd1ec03a0ac516ff522b2c513553587cd3e93f2e9ca4388b3ad0671a8c3cb8
 SHA512 
280c1baf87a5dac7aafc8181f3098c556c36017a97de6c75576858ff2a318103c9086c811d61faef43453160020bd4a1db2a3007d6afb26e6cfc701df40d435f
+DIST mistune-3.0.2.tar.gz 90840 BLAKE2B 
bc4f477b24c8244d2fb7032835b3dc3bfc0bda8948fabbfa78660f77c861df76f9e01abcb58f8643efd689482fe3a187995cc92dd7cd0b7817ad799237d9b72d
 SHA512 
9a7e0e2886afddb8a6e314af1e4ed6e41f886f64823713f941b6a713a29986044ac66c437c4029e0fbf20224d106ce445a46906825b20b17b9e2ff6173476d28

diff --git a/dev-python/mistune/mistune-3.0.2.ebuild 
b/dev-python/mistune/mistune-3.0.2.ebuild
new file mode 100644
index ..cebb95e81025
--- /dev/null
+++ b/dev-python/mistune/mistune-3.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="
+   https://github.com/lepture/mistune/
+   https://pypi.org/project/mistune/
+"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2023-07-24 Thread Michał Górny
commit: 70be1bf48ecba1ea3901759218860ce12d0c6370
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 12:41:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 12:41:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70be1bf4

dev-python/mistune: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 -
 dev-python/mistune/mistune-2.0.5.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 201b4d2d651a..7837f0959d68 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1 @@
-DIST mistune-2.0.5.tar.gz 75854 BLAKE2B 
3a69d585a5c311a81fd5259574233f514c745fa675b675810c48392cf8f52608d097ae2712a5272f94146b0fcef6f4f77b86fc78115ddeff1d1e7e08a589a7f2
 SHA512 
109447977a441ebbedfca2abbe62415139d94c48ae56c3d8cae04df3f93ccd1e8333b3dbb8bf61a2096b903df6c3aab2fadd0893fb82815416f17555465e98c7
 DIST mistune-3.0.1.tar.gz 91271 BLAKE2B 
42c0e76a95ede80a09a9f4748bdf9a737a7b149c15d8c52159cedd1522cebd4085cd1ec03a0ac516ff522b2c513553587cd3e93f2e9ca4388b3ad0671a8c3cb8
 SHA512 
280c1baf87a5dac7aafc8181f3098c556c36017a97de6c75576858ff2a318103c9086c811d61faef43453160020bd4a1db2a3007d6afb26e6cfc701df40d435f

diff --git a/dev-python/mistune/mistune-2.0.5.ebuild 
b/dev-python/mistune/mistune-2.0.5.ebuild
deleted file mode 100644
index 84e08e11881e..
--- a/dev-python/mistune/mistune-2.0.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="
-   https://github.com/lepture/mistune/
-   https://pypi.org/project/mistune/
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2023-07-24 Thread Jakov Smolić
commit: f3351499962b6dbb626c5d3177fdeeb1bcaf2708
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 10:05:09 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 10:05:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3351499

dev-python/mistune: Stabilize 3.0.1 ALLARCHES, #911055

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/mistune/mistune-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-3.0.1.ebuild 
b/dev-python/mistune/mistune-3.0.1.ebuild
index cebb95e81025..84e08e11881e 100644
--- a/dev-python/mistune/mistune-3.0.1.ebuild
+++ b/dev-python/mistune/mistune-3.0.1.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2023-06-09 Thread Michał Górny
commit: 238ffb4d4630523803e303bd452f58f4aa54fa07
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 10 03:33:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 10 04:40:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238ffb4d

dev-python/mistune: Bump to 3.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-3.0.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index e12260e28af5..201b4d2d651a 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1 +1,2 @@
 DIST mistune-2.0.5.tar.gz 75854 BLAKE2B 
3a69d585a5c311a81fd5259574233f514c745fa675b675810c48392cf8f52608d097ae2712a5272f94146b0fcef6f4f77b86fc78115ddeff1d1e7e08a589a7f2
 SHA512 
109447977a441ebbedfca2abbe62415139d94c48ae56c3d8cae04df3f93ccd1e8333b3dbb8bf61a2096b903df6c3aab2fadd0893fb82815416f17555465e98c7
+DIST mistune-3.0.1.tar.gz 91271 BLAKE2B 
42c0e76a95ede80a09a9f4748bdf9a737a7b149c15d8c52159cedd1522cebd4085cd1ec03a0ac516ff522b2c513553587cd3e93f2e9ca4388b3ad0671a8c3cb8
 SHA512 
280c1baf87a5dac7aafc8181f3098c556c36017a97de6c75576858ff2a318103c9086c811d61faef43453160020bd4a1db2a3007d6afb26e6cfc701df40d435f

diff --git a/dev-python/mistune/mistune-3.0.1.ebuild 
b/dev-python/mistune/mistune-3.0.1.ebuild
new file mode 100644
index ..cebb95e81025
--- /dev/null
+++ b/dev-python/mistune/mistune-3.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="
+   https://github.com/lepture/mistune/
+   https://pypi.org/project/mistune/
+"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2023-03-11 Thread Michał Górny
commit: f148764b40e60128cb1047948f177e7e66b8c7f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 11 09:33:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 11 09:33:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f148764b

dev-python/mistune: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 -
 dev-python/mistune/mistune-2.0.4.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 2e6b684c9396..e12260e28af5 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1 @@
-DIST mistune-2.0.4.tar.gz 75977 BLAKE2B 
f5c29a211695897240664ff9ce7891ce81fec11f6a2e3865cf07e796ddf8e5664a4055f887318e53b315ac3bbdc90a3d0976ed1fe5b74b2f7812dffa29a57bda
 SHA512 
4d000c5791c29069b5f252f2aa5d361eb9cdf717d33f8d66dee8b4aa3bfe1242a572af63ca3dfd57324fac457fb9b5a9dff18e7da15f9036becd14cb27882dba
 DIST mistune-2.0.5.tar.gz 75854 BLAKE2B 
3a69d585a5c311a81fd5259574233f514c745fa675b675810c48392cf8f52608d097ae2712a5272f94146b0fcef6f4f77b86fc78115ddeff1d1e7e08a589a7f2
 SHA512 
109447977a441ebbedfca2abbe62415139d94c48ae56c3d8cae04df3f93ccd1e8333b3dbb8bf61a2096b903df6c3aab2fadd0893fb82815416f17555465e98c7

diff --git a/dev-python/mistune/mistune-2.0.4.ebuild 
b/dev-python/mistune/mistune-2.0.4.ebuild
deleted file mode 100644
index 653d05e84da1..
--- a/dev-python/mistune/mistune-2.0.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="
-   https://github.com/lepture/mistune/
-   https://pypi.org/project/mistune/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2023-03-11 Thread Arthur Zamarin
commit: 0d60fcd5e107a4e5c3f51702064acd61ccbc42ee
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 08:06:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 08:06:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d60fcd5

dev-python/mistune: Stabilize 2.0.5 ALLARCHES, #900789

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mistune/mistune-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-2.0.5.ebuild 
b/dev-python/mistune/mistune-2.0.5.ebuild
index deb7384cc355..38b8aaa5b410 100644
--- a/dev-python/mistune/mistune-2.0.5.ebuild
+++ b/dev-python/mistune/mistune-2.0.5.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-07-26 Thread Michał Górny
commit: f963cd5e771c0d8ffe1036225de74086dde0bb33
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 26 07:23:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 26 07:23:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f963cd5e

dev-python/mistune: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest|  2 --
 dev-python/mistune/mistune-2.0.2-r1.ebuild | 22 --
 dev-python/mistune/mistune-2.0.3.ebuild| 22 --
 3 files changed, 46 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 744b83de0af8..909f60677b3a 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,3 +1 @@
-DIST mistune-2.0.2.tar.gz 75778 BLAKE2B 
6ed690a70c54a0a06f154d42151d7d857f0e70cfe32529d7176726bd1e2f7a4fb9bf66be476af139c338c9f8b0d0de6541727e18718f6537d3a07771f34441f8
 SHA512 
8250243bf6cd2496ca1309e1fb062507f37c197817a4c5ec1a8e3c5865b6cc58866b88158b3a2e2967ad53b1f1a668a2e4282c30179ce126242c528000215992
-DIST mistune-2.0.3.tar.gz 75763 BLAKE2B 
f9508f6a3b955d716947ee8d3876b63a81113a4886dfc3212bdfff00db4c84527b334037eefae4592660ae802e14cab21727c1a50dfbf0ae5223a409688301db
 SHA512 
b6eb9585616af3e1a10d48e469d893d3965048d47a772fd6dcfad4aa026feea8ffe8048c8e93b2d430c07b4bc15e8e8afe43f3a12cbeb8d70872af8b83dc9358
 DIST mistune-2.0.4.tar.gz 75977 BLAKE2B 
f5c29a211695897240664ff9ce7891ce81fec11f6a2e3865cf07e796ddf8e5664a4055f887318e53b315ac3bbdc90a3d0976ed1fe5b74b2f7812dffa29a57bda
 SHA512 
4d000c5791c29069b5f252f2aa5d361eb9cdf717d33f8d66dee8b4aa3bfe1242a572af63ca3dfd57324fac457fb9b5a9dff18e7da15f9036becd14cb27882dba

diff --git a/dev-python/mistune/mistune-2.0.2-r1.ebuild 
b/dev-python/mistune/mistune-2.0.2-r1.ebuild
deleted file mode 100644
index 0808b2900d27..
--- a/dev-python/mistune/mistune-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="
-   https://github.com/lepture/mistune/
-   https://pypi.org/project/mistune/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest

diff --git a/dev-python/mistune/mistune-2.0.3.ebuild 
b/dev-python/mistune/mistune-2.0.3.ebuild
deleted file mode 100644
index 718413dc53f7..
--- a/dev-python/mistune/mistune-2.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="
-   https://github.com/lepture/mistune/
-   https://pypi.org/project/mistune/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-07-26 Thread Sam James
commit: 2eaf92c3bf6bfc328c03492bb1bc1f06f37d0b02
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 07:03:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 07:03:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaf92c3

dev-python/mistune: Stabilize 2.0.4 ALLARCHES, #861122

Signed-off-by: Sam James  gentoo.org>

 dev-python/mistune/mistune-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-2.0.4.ebuild 
b/dev-python/mistune/mistune-2.0.4.ebuild
index 718413dc53f7..0808b2900d27 100644
--- a/dev-python/mistune/mistune-2.0.4.ebuild
+++ b/dev-python/mistune/mistune-2.0.4.ebuild
@@ -17,6 +17,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-07-15 Thread Michał Górny
commit: 7a03e47fc9495069caa9279e6da089acdc6161a9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 15 07:42:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 15 08:17:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a03e47f

dev-python/mistune: Bump to 2.0.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-2.0.4.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index e55561a46c28..744b83de0af8 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1,3 @@
 DIST mistune-2.0.2.tar.gz 75778 BLAKE2B 
6ed690a70c54a0a06f154d42151d7d857f0e70cfe32529d7176726bd1e2f7a4fb9bf66be476af139c338c9f8b0d0de6541727e18718f6537d3a07771f34441f8
 SHA512 
8250243bf6cd2496ca1309e1fb062507f37c197817a4c5ec1a8e3c5865b6cc58866b88158b3a2e2967ad53b1f1a668a2e4282c30179ce126242c528000215992
 DIST mistune-2.0.3.tar.gz 75763 BLAKE2B 
f9508f6a3b955d716947ee8d3876b63a81113a4886dfc3212bdfff00db4c84527b334037eefae4592660ae802e14cab21727c1a50dfbf0ae5223a409688301db
 SHA512 
b6eb9585616af3e1a10d48e469d893d3965048d47a772fd6dcfad4aa026feea8ffe8048c8e93b2d430c07b4bc15e8e8afe43f3a12cbeb8d70872af8b83dc9358
+DIST mistune-2.0.4.tar.gz 75977 BLAKE2B 
f5c29a211695897240664ff9ce7891ce81fec11f6a2e3865cf07e796ddf8e5664a4055f887318e53b315ac3bbdc90a3d0976ed1fe5b74b2f7812dffa29a57bda
 SHA512 
4d000c5791c29069b5f252f2aa5d361eb9cdf717d33f8d66dee8b4aa3bfe1242a572af63ca3dfd57324fac457fb9b5a9dff18e7da15f9036becd14cb27882dba

diff --git a/dev-python/mistune/mistune-2.0.4.ebuild 
b/dev-python/mistune/mistune-2.0.4.ebuild
new file mode 100644
index ..718413dc53f7
--- /dev/null
+++ b/dev-python/mistune/mistune-2.0.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="
+   https://github.com/lepture/mistune/
+   https://pypi.org/project/mistune/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-06-27 Thread Arthur Zamarin
commit: 4725612abee6633d88cf71ac4fecd5a174f51c63
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 27 18:38:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 27 19:08:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4725612a

dev-python/mistune: add 2.0.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-2.0.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 3b80dc584dc4..e55561a46c28 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1 +1,2 @@
 DIST mistune-2.0.2.tar.gz 75778 BLAKE2B 
6ed690a70c54a0a06f154d42151d7d857f0e70cfe32529d7176726bd1e2f7a4fb9bf66be476af139c338c9f8b0d0de6541727e18718f6537d3a07771f34441f8
 SHA512 
8250243bf6cd2496ca1309e1fb062507f37c197817a4c5ec1a8e3c5865b6cc58866b88158b3a2e2967ad53b1f1a668a2e4282c30179ce126242c528000215992
+DIST mistune-2.0.3.tar.gz 75763 BLAKE2B 
f9508f6a3b955d716947ee8d3876b63a81113a4886dfc3212bdfff00db4c84527b334037eefae4592660ae802e14cab21727c1a50dfbf0ae5223a409688301db
 SHA512 
b6eb9585616af3e1a10d48e469d893d3965048d47a772fd6dcfad4aa026feea8ffe8048c8e93b2d430c07b4bc15e8e8afe43f3a12cbeb8d70872af8b83dc9358

diff --git a/dev-python/mistune/mistune-2.0.3.ebuild 
b/dev-python/mistune/mistune-2.0.3.ebuild
new file mode 100644
index ..718413dc53f7
--- /dev/null
+++ b/dev-python/mistune/mistune-2.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="
+   https://github.com/lepture/mistune/
+   https://pypi.org/project/mistune/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-06-26 Thread WANG Xuerui
commit: c118db964fb3e1a9174b1f4869f2b5eca856bebb
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Jun 26 09:22:08 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Jun 26 09:22:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c118db96

dev-python/mistune: keyword 2.0.2-r1 for ~loong

Bug: https://bugs.gentoo.org/851126
Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/mistune/mistune-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-2.0.2-r1.ebuild 
b/dev-python/mistune/mistune-2.0.2-r1.ebuild
index 066f9419fb26..0808b2900d27 100644
--- a/dev-python/mistune/mistune-2.0.2-r1.ebuild
+++ b/dev-python/mistune/mistune-2.0.2-r1.ebuild
@@ -17,6 +17,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-06-12 Thread Michał Górny
commit: 801ca211265a8932851a10557f2dd325d3583e7b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 12 14:54:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 12 14:54:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801ca211

dev-python/mistune: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest|  1 -
 dev-python/mistune/mistune-0.8.4-r1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index e24b9188ab36..3b80dc584dc4 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1 @@
-DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7
 DIST mistune-2.0.2.tar.gz 75778 BLAKE2B 
6ed690a70c54a0a06f154d42151d7d857f0e70cfe32529d7176726bd1e2f7a4fb9bf66be476af139c338c9f8b0d0de6541727e18718f6537d3a07771f34441f8
 SHA512 
8250243bf6cd2496ca1309e1fb062507f37c197817a4c5ec1a8e3c5865b6cc58866b88158b3a2e2967ad53b1f1a668a2e4282c30179ce126242c528000215992

diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild 
b/dev-python/mistune/mistune-0.8.4-r1.ebuild
deleted file mode 100644
index 3972b2bf063a..
--- a/dev-python/mistune/mistune-0.8.4-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-06-12 Thread Michał Górny
commit: fd910bc042641052263022fd53cfb5673dca3e15
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 12 14:19:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 12 14:19:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd910bc0

dev-python/mistune: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/mistune-2.0.2.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-python/mistune/mistune-2.0.2.ebuild 
b/dev-python/mistune/mistune-2.0.2.ebuild
deleted file mode 100644
index c70f0620079f..
--- a/dev-python/mistune/mistune-2.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-06-12 Thread Sam James
commit: 86b38264277e738353408e99a3aecdf4535dc18e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 12 12:45:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 12 12:45:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b38264

dev-python/mistune: Stabilize 2.0.2-r1 ALLARCHES, #851357

Signed-off-by: Sam James  gentoo.org>

 dev-python/mistune/mistune-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-2.0.2-r1.ebuild 
b/dev-python/mistune/mistune-2.0.2-r1.ebuild
index d42db2644bef..066f9419fb26 100644
--- a/dev-python/mistune/mistune-2.0.2-r1.ebuild
+++ b/dev-python/mistune/mistune-2.0.2-r1.ebuild
@@ -17,6 +17,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-05-12 Thread Michał Górny
commit: cba597f26a3462dd07fa0365ed598eb75bac5a5c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 13:18:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 13:36:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba597f2

dev-python/mistune: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/mistune-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-2.0.2-r1.ebuild 
b/dev-python/mistune/mistune-2.0.2-r1.ebuild
index 91c5e2c23b43..d42db2644bef 100644
--- a/dev-python/mistune/mistune-2.0.2-r1.ebuild
+++ b/dev-python/mistune/mistune-2.0.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-05-12 Thread Michał Górny
commit: 7497ec96919bc35112d7bb8c49f7a89b020a2357
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 13:18:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 13:36:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7497ec96

dev-python/mistune: Use PEP517 build

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/mistune-2.0.2-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-python/mistune/mistune-2.0.2-r1.ebuild 
b/dev-python/mistune/mistune-2.0.2-r1.ebuild
new file mode 100644
index ..91c5e2c23b43
--- /dev/null
+++ b/dev-python/mistune/mistune-2.0.2-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="
+   https://github.com/lepture/mistune/
+   https://pypi.org/project/mistune/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-02-17 Thread Michał Górny
commit: 3b10129503ae929025606d7d6b0437d611022f9e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 17 20:18:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 17 20:18:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b101295

dev-python/mistune: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 -
 dev-python/mistune/mistune-2.0.1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index d58d530a65f1..e24b9188ab36 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,3 +1,2 @@
 DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7
-DIST mistune-2.0.1.tar.gz 75657 BLAKE2B 
399ad8902aeb88e8e3645f5200bbfea5011157d3251af33188d2a0298c46dfb5f8e70cd951b216762942a84d29df1bc12e0750bc928f2e0c8e96034246438f53
 SHA512 
f6a0e08fecfeaad7d4eb0cae155bdd5ab67c66ae15a3a067c9f6cbf47a229cb9b540d49ecdb5c2fa98c8344863e1249ef86f84bc4d966fe473ade18a266c1ec6
 DIST mistune-2.0.2.tar.gz 75778 BLAKE2B 
6ed690a70c54a0a06f154d42151d7d857f0e70cfe32529d7176726bd1e2f7a4fb9bf66be476af139c338c9f8b0d0de6541727e18718f6537d3a07771f34441f8
 SHA512 
8250243bf6cd2496ca1309e1fb062507f37c197817a4c5ec1a8e3c5865b6cc58866b88158b3a2e2967ad53b1f1a668a2e4282c30179ce126242c528000215992

diff --git a/dev-python/mistune/mistune-2.0.1.ebuild 
b/dev-python/mistune/mistune-2.0.1.ebuild
deleted file mode 100644
index 3e58d84a5cee..
--- a/dev-python/mistune/mistune-2.0.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-02-17 Thread Arthur Zamarin
commit: 28fc39deffda4e296be903b99ee76d00f4854a0b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 17 19:43:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 17 19:43:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fc39de

dev-python/mistune: Stabilize 2.0.2 ALLARCHES, #833554

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mistune/mistune-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-2.0.2.ebuild 
b/dev-python/mistune/mistune-2.0.2.ebuild
index 64f2a6c7cc8f..c70f0620079f 100644
--- a/dev-python/mistune/mistune-2.0.2.ebuild
+++ b/dev-python/mistune/mistune-2.0.2.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-01-27 Thread James Le Cuirot
commit: 1821b0fb5379746f1f4884c5165dacb44ac40a33
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 27 23:46:33 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 27 23:46:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1821b0fb

dev-python/mistune: Keyword 2.0.2 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/mistune/mistune-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-2.0.2.ebuild 
b/dev-python/mistune/mistune-2.0.2.ebuild
index 12109ffa7221..64f2a6c7cc8f 100644
--- a/dev-python/mistune/mistune-2.0.2.ebuild
+++ b/dev-python/mistune/mistune-2.0.2.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-01-27 Thread James Le Cuirot
commit: f13a90fba286182de6e1d98ff3e07684c8b7c7bc
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 27 22:51:17 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 27 22:56:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13a90fb

dev-python/mistune: Keyword 0.8.4-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/mistune/mistune-0.8.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild 
b/dev-python/mistune/mistune-0.8.4-r1.ebuild
index c08a10bcd6ef..8645989bed43 100644
--- a/dev-python/mistune/mistune-0.8.4-r1.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-01-14 Thread Michał Górny
commit: 442c140549391c36b26eec1593f5793031058789
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 14 06:48:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 14 08:08:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442c1405

dev-python/mistune: Bump to 2.0.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-2.0.2.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 97fd3b90ac39..d58d530a65f1 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1,3 @@
 DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7
 DIST mistune-2.0.1.tar.gz 75657 BLAKE2B 
399ad8902aeb88e8e3645f5200bbfea5011157d3251af33188d2a0298c46dfb5f8e70cd951b216762942a84d29df1bc12e0750bc928f2e0c8e96034246438f53
 SHA512 
f6a0e08fecfeaad7d4eb0cae155bdd5ab67c66ae15a3a067c9f6cbf47a229cb9b540d49ecdb5c2fa98c8344863e1249ef86f84bc4d966fe473ade18a266c1ec6
+DIST mistune-2.0.2.tar.gz 75778 BLAKE2B 
6ed690a70c54a0a06f154d42151d7d857f0e70cfe32529d7176726bd1e2f7a4fb9bf66be476af139c338c9f8b0d0de6541727e18718f6537d3a07771f34441f8
 SHA512 
8250243bf6cd2496ca1309e1fb062507f37c197817a4c5ec1a8e3c5865b6cc58866b88158b3a2e2967ad53b1f1a668a2e4282c30179ce126242c528000215992

diff --git a/dev-python/mistune/mistune-2.0.2.ebuild 
b/dev-python/mistune/mistune-2.0.2.ebuild
new file mode 100644
index ..12109ffa7221
--- /dev/null
+++ b/dev-python/mistune/mistune-2.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-01-05 Thread Michał Górny
commit: bc54c1e7b5724c05bcb6c8d9e5b892ce0d6b92ab
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  5 19:54:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan  6 00:12:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc54c1e7

dev-python/mistune: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 -
 dev-python/mistune/mistune-2.0.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 32f73a261a25..97fd3b90ac39 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,3 +1,2 @@
 DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7
-DIST mistune-2.0.0.tar.gz 75635 BLAKE2B 
0704b5043178c553961bfd5d99ea92ee097849e6a4cc6196c7e97e0caa4560541b4ae4b9e61e62e21592be6f2f0c142081200c5a398e68d7b7f7d54f0bbade15
 SHA512 
cdb1ad001a95680b048f4363e95c00e4d597007fc2ae72adeca483ffed3fae3aa55c7774d96a1dd7400568b24c73cc6f877bb7b0f63b48689a97a1e4ce0b1c5d
 DIST mistune-2.0.1.tar.gz 75657 BLAKE2B 
399ad8902aeb88e8e3645f5200bbfea5011157d3251af33188d2a0298c46dfb5f8e70cd951b216762942a84d29df1bc12e0750bc928f2e0c8e96034246438f53
 SHA512 
f6a0e08fecfeaad7d4eb0cae155bdd5ab67c66ae15a3a067c9f6cbf47a229cb9b540d49ecdb5c2fa98c8344863e1249ef86f84bc4d966fe473ade18a266c1ec6

diff --git a/dev-python/mistune/mistune-2.0.0.ebuild 
b/dev-python/mistune/mistune-2.0.0.ebuild
deleted file mode 100644
index ca582a8ab68a..
--- a/dev-python/mistune/mistune-2.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # seriously?
-   echo 'build-backend = "setuptools.build_meta"' >> pyproject.toml || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2022-01-05 Thread Arthur Zamarin
commit: 4326cded6aeb0aabc6ade964234558f541481fa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan  5 18:18:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan  5 18:18:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4326cded

dev-python/mistune: Stabilize 2.0.1 ALLARCHES, #830652

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mistune/mistune-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mistune/mistune-2.0.1.ebuild 
b/dev-python/mistune/mistune-2.0.1.ebuild
index f47293cf44a9..3e58d84a5cee 100644
--- a/dev-python/mistune/mistune-2.0.1.ebuild
+++ b/dev-python/mistune/mistune-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2021-12-30 Thread Michał Górny
commit: e0279eca5f5a1893ad33ae1cff16b9a8a5bb3a85
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 30 21:35:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 30 21:55:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0279eca

dev-python/mistune: Bump to 2.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-2.0.1.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 6d4612e7afbf..32f73a261a25 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1,3 @@
 DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7
 DIST mistune-2.0.0.tar.gz 75635 BLAKE2B 
0704b5043178c553961bfd5d99ea92ee097849e6a4cc6196c7e97e0caa4560541b4ae4b9e61e62e21592be6f2f0c142081200c5a398e68d7b7f7d54f0bbade15
 SHA512 
cdb1ad001a95680b048f4363e95c00e4d597007fc2ae72adeca483ffed3fae3aa55c7774d96a1dd7400568b24c73cc6f877bb7b0f63b48689a97a1e4ce0b1c5d
+DIST mistune-2.0.1.tar.gz 75657 BLAKE2B 
399ad8902aeb88e8e3645f5200bbfea5011157d3251af33188d2a0298c46dfb5f8e70cd951b216762942a84d29df1bc12e0750bc928f2e0c8e96034246438f53
 SHA512 
f6a0e08fecfeaad7d4eb0cae155bdd5ab67c66ae15a3a067c9f6cbf47a229cb9b540d49ecdb5c2fa98c8344863e1249ef86f84bc4d966fe473ade18a266c1ec6

diff --git a/dev-python/mistune/mistune-2.0.1.ebuild 
b/dev-python/mistune/mistune-2.0.1.ebuild
new file mode 100644
index ..f47293cf44a9
--- /dev/null
+++ b/dev-python/mistune/mistune-2.0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2021-12-05 Thread Michał Górny
commit: 6edee1d96c5b107047968d2e2bf07ed5d6d00fd8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  5 21:05:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  5 21:42:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edee1d9

dev-python/mistune: Bump to 2.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-2.0.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 8cd631310112..6d4612e7afbf 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1 +1,2 @@
 DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7
+DIST mistune-2.0.0.tar.gz 75635 BLAKE2B 
0704b5043178c553961bfd5d99ea92ee097849e6a4cc6196c7e97e0caa4560541b4ae4b9e61e62e21592be6f2f0c142081200c5a398e68d7b7f7d54f0bbade15
 SHA512 
cdb1ad001a95680b048f4363e95c00e4d597007fc2ae72adeca483ffed3fae3aa55c7774d96a1dd7400568b24c73cc6f877bb7b0f63b48689a97a1e4ce0b1c5d

diff --git a/dev-python/mistune/mistune-2.0.0.ebuild 
b/dev-python/mistune/mistune-2.0.0.ebuild
new file mode 100644
index ..ca582a8ab68a
--- /dev/null
+++ b/dev-python/mistune/mistune-2.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # seriously?
+   echo 'build-backend = "setuptools.build_meta"' >> pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2021-05-07 Thread Michał Górny
commit: b031fa23ead52f38e35d01b95f2fe5ee5946d850
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May  6 21:56:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  7 10:51:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b031fa23

dev-python/mistune: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/mistune-0.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild 
b/dev-python/mistune/mistune-0.8.4-r1.ebuild
index 8f74ce7bbbf..c08a10bcd6e 100644
--- a/dev-python/mistune/mistune-0.8.4-r1.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-11-28 Thread Sam James
commit: 68716b497c0a74200be0b4c501c9cf2d4c2fe46f
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 11:35:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 11:35:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68716b49

dev-python/mistune: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/mistune/mistune-0.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild 
b/dev-python/mistune/mistune-0.8.4-r1.ebuild
index 60a55ef3213..a23f3e979dd 100644
--- a/dev-python/mistune/mistune-0.8.4-r1.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-11-28 Thread Sam James
commit: f9bb906bcbccfd1f8b1c461fc7131770bb91e828
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 11:34:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 11:34:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bb906b

dev-python/mistune: mark ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/mistune/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/mistune/metadata.xml b/dev-python/mistune/metadata.xml
index f012a7616c6..e69f5040c86 100644
--- a/dev-python/mistune/metadata.xml
+++ b/dev-python/mistune/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 mistune
 lepture/mistune



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-09-20 Thread Michał Górny
commit: 89c8546d9b5db46cf53509ade2b678e821d9d47e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 15:42:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 15:42:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c8546d

dev-python/mistune: Remove python2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/{mistune-0.8.4.ebuild => mistune-0.8.4-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4-r1.ebuild
similarity index 90%
rename from dev-python/mistune/mistune-0.8.4.ebuild
rename to dev-python/mistune/mistune-0.8.4-r1.ebuild
index f5c29b53f3f..60a55ef3213 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-05-27 Thread Michał Górny
commit: fa5698cc19e362c2303722b228007e51b76554ef
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 08:33:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 08:37:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5698cc

dev-python/mistune: Port to py39

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/mistune-0.8.4.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index f667b37ae19..63b21c2482f 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 
@@ -15,9 +15,4 @@ SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
 distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-05-06 Thread Mikle Kolyada
commit: 905af33b518629310329249570198efae8208c11
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:44:29 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:44:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905af33b

dev-python/mistune: ppc stable wrt bug #710566

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/mistune/mistune-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index aaf6271f46a..f667b37ae19 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-05-06 Thread Mikle Kolyada
commit: b792450b7918d237e5ba0373e4d1fafac7797e9f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 14:27:41 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 14:27:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b792450b

dev-python/mistune: s390 stable wrt bug #710566

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/mistune/mistune-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index 8113d389e7b..aaf6271f46a 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-04-06 Thread Sergei Trofimovich
commit: a47245b6e826909a4cac05380cb8cb556094a5a6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  6 16:59:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  6 17:54:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47245b6

dev-python/mistune: stable 0.8.4 for hppa, bug #710566

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/mistune/mistune-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index 1fbc8b94c15..8113d389e7b 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-03-27 Thread Michał Górny
commit: 260918bd873de7b78a785de03c922a6e17c9e8ed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:23:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260918bd

dev-python/mistune: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/Manifest |  1 -
 dev-python/mistune/mistune-0.8.3.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 924bdd56a5b..8cd63131011 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1 @@
-DIST mistune-0.8.3.tar.gz 58506 BLAKE2B 
a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029
 SHA512 
fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3
 DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
deleted file mode 100644
index f9f4258290d..000
--- a/dev-python/mistune/mistune-0.8.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-BDEPEND="
-   dev-python/cython[$(python_gen_usedep 'python*')]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   nosetests || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-02-24 Thread Sergei Trofimovich
commit: d829bbc3ca113b644b19988dcbfad103ecc5c7f6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Feb 24 06:36:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 24 08:20:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d829bbc3

dev-python/mistune: stable 0.8.4 for sparc, bug #710566

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/mistune/mistune-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index 59ac14a408f..e41ac1dbb0a 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2020-02-23 Thread Mikle Kolyada
commit: 21b54f9981dcf857a858e5ba296ab71108b8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Feb 23 12:12:01 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Feb 23 12:12:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b54f99

dev-python/mistune: arm stable wrt bug #710566

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/mistune/mistune-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index f618deea3cd..59ac14a408f 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2019-12-16 Thread Michał Górny
commit: bbe60cea8d38c81135af52558104d176dc6fbe02
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 16 14:15:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 16 14:37:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe60cea

dev-python/mistune: Replace python_gen_usedep

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mistune/mistune-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index 666b5c9c231..6253fb1492f 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -16,7 +16,7 @@ LICENSE="BSD"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
-   dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2019-12-01 Thread Aaron Bauman
commit: a8a6fb5a6202b1d8d9046c60b619ddf3f54bef95
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Dec  2 02:43:42 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Dec  2 02:43:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a6fb5a

dev-python/mistune: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/mistune/mistune-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
index 32ed617d423..66bfec4f767 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/cython[$(python_gen_usedep 'python*')]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2019-11-25 Thread Patrick McLean
commit: ae3cb2d827f364d606cf48064f062208cc0d2f09
Author: Patrick McLean  sony  com>
AuthorDate: Tue Nov 26 03:02:52 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Nov 26 03:42:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3cb2d8

dev-python/mistune-0.8.4: Bump, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-0.8.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 8bfe4fe11ec..924bdd56a5b 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1 +1,2 @@
 DIST mistune-0.8.3.tar.gz 58506 BLAKE2B 
a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029
 SHA512 
fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3
+DIST mistune-0.8.4.tar.gz 58322 BLAKE2B 
e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db
 SHA512 
36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7

diff --git a/dev-python/mistune/mistune-0.8.4.ebuild 
b/dev-python/mistune/mistune-0.8.4.ebuild
new file mode 100644
index 000..32ed617d423
--- /dev/null
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2019-05-02 Thread Mikle Kolyada
commit: e669e77e2c564c6f9558fcdebd9946b537ea7da9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  2 22:01:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  2 22:01:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e669e77e

dev-python/mistune: Add ~alpha keyword wrt bug #661320

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="~alpha"

 dev-python/mistune/mistune-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
index 7b1bd6aae1e..3d14090cc74 100644
--- a/dev-python/mistune/mistune-0.8.3.ebuild
+++ b/dev-python/mistune/mistune-0.8.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2019-03-16 Thread Mikle Kolyada
commit: 2beb7dd7f532d3385e5f0f95b403e532f21f0e39
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 16 19:09:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 16 19:09:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2beb7dd7

dev-python/mistune: Add ~s390

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/mistune/mistune-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
index b562715115c..3082b0193af 100644
--- a/dev-python/mistune/mistune-0.8.3.ebuild
+++ b/dev-python/mistune/mistune-0.8.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2019-01-17 Thread Mikle Kolyada
commit: 0659138b1b8798b6dbb57c8a1743818e8f3c20af
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:44:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:44:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0659138b

dev-python/mistune: Add ~sh keyword wrt bug #661320

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/mistune/mistune-0.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
index 967bf9e068d..b562715115c 100644
--- a/dev-python/mistune/mistune-0.8.3.ebuild
+++ b/dev-python/mistune/mistune-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-09-24 Thread Virgil Dupras
commit: 7d0b4149e7c9f43f38a7174ca5c0f9113a2d24b2
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep 24 18:20:51 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep 24 18:20:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0b4149

dev-python/mistune: remove old and vulnerable

Bug: https://bugs.gentoo.org/635270
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/mistune/Manifest |  2 --
 dev-python/mistune/mistune-0.7.2.ebuild | 28 
 dev-python/mistune/mistune-0.7.4.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 1b83d62e5b0..8bfe4fe11ec 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,3 +1 @@
-DIST mistune-0.7.2.tar.gz 48887 BLAKE2B 
4ff0286483e593fcf5183bfed18b90c39b93dacdec3bba474d6959ec1da162dd75820707a8ed9985fff4c15fe88a12df6fb6af20b9a40de173acd7c0a6e02893
 SHA512 
9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca
-DIST mistune-0.7.4.tar.gz 49304 BLAKE2B 
9426007f618e645832d4d73db29cdda63e8426c9e52bda06935b0003b3c4f0122b14ca893ef4adad96c7d2f4b8be777efb6862f5370bdb9b08394129fd22e7d0
 SHA512 
d300bec23f5482396c6f282ee3d773461c162791e4605ca40141eb9487c8b158ac7f47f6338f7c3bf27bc614292ecc61dfbf419d47eab817821f18cf80103802
 DIST mistune-0.8.3.tar.gz 58506 BLAKE2B 
a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029
 SHA512 
fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3

diff --git a/dev-python/mistune/mistune-0.7.2.ebuild 
b/dev-python/mistune/mistune-0.7.2.ebuild
deleted file mode 100644
index 4e44d3a572b..000
--- a/dev-python/mistune/mistune-0.7.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/cython[$(python_gen_usedep 'python*')]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   nosetests || die
-}

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
deleted file mode 100644
index 761ebf00d08..000
--- a/dev-python/mistune/mistune-0.7.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/cython[$(python_gen_usedep 'python*')]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   nosetests || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-09-24 Thread Markus Meier
commit: d417c16ae59740a0a4e0e63a969971bee7ee89d8
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Sep 24 18:13:20 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Sep 24 18:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d417c16a

dev-python/mistune: arm stable, bug #635270

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 dev-python/mistune/mistune-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
index 584b3ef1a1e..967bf9e068d 100644
--- a/dev-python/mistune/mistune-0.8.3.ebuild
+++ b/dev-python/mistune/mistune-0.8.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-09-23 Thread Thomas Deutschmann
commit: 16dcb6e09dd2b8f8a358cb320b8b0f6e8679671e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep 24 01:26:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep 24 01:26:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16dcb6e0

dev-python/mistune: x86 stable (bug #635270)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/mistune/mistune-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
index d77a55a1390..584b3ef1a1e 100644
--- a/dev-python/mistune/mistune-0.8.3.ebuild
+++ b/dev-python/mistune/mistune-0.8.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-09-21 Thread Agostino Sarubbo
commit: 570eb7f0752fa5eb1903d51c1e6353bf41872452
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 21 07:41:11 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 21 07:41:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570eb7f0

dev-python/mistune: amd64 stable wrt bug #635270

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"

 dev-python/mistune/mistune-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
index 91180abbb64..d77a55a1390 100644
--- a/dev-python/mistune/mistune-0.8.3.ebuild
+++ b/dev-python/mistune/mistune-0.8.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-09-19 Thread Virgil Dupras
commit: 0fe68a60852a6935b9d93bca2c5708409f963d3e
Author: Virgil Dupras  gentoo  org>
AuthorDate: Wed Sep 19 15:24:32 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Wed Sep 19 15:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe68a60

dev-python/mistune: vump to 0.8.3

Bug: https://bugs.gentoo.org/639298
Bug: https://bugs.gentoo.org/635270
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-0.8.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 7957dc072e8..1b83d62e5b0 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1,3 @@
 DIST mistune-0.7.2.tar.gz 48887 BLAKE2B 
4ff0286483e593fcf5183bfed18b90c39b93dacdec3bba474d6959ec1da162dd75820707a8ed9985fff4c15fe88a12df6fb6af20b9a40de173acd7c0a6e02893
 SHA512 
9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca
 DIST mistune-0.7.4.tar.gz 49304 BLAKE2B 
9426007f618e645832d4d73db29cdda63e8426c9e52bda06935b0003b3c4f0122b14ca893ef4adad96c7d2f4b8be777efb6862f5370bdb9b08394129fd22e7d0
 SHA512 
d300bec23f5482396c6f282ee3d773461c162791e4605ca40141eb9487c8b158ac7f47f6338f7c3bf27bc614292ecc61dfbf419d47eab817821f18cf80103802
+DIST mistune-0.8.3.tar.gz 58506 BLAKE2B 
a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029
 SHA512 
fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3

diff --git a/dev-python/mistune/mistune-0.8.3.ebuild 
b/dev-python/mistune/mistune-0.8.3.ebuild
new file mode 100644
index 000..91180abbb64
--- /dev/null
+++ b/dev-python/mistune/mistune-0.8.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+BDEPEND="
+   dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-05-16 Thread Agostino Sarubbo
commit: 400e351259438cbaf24a8f2b57a68af29c93e3f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 16 12:26:32 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 16 12:26:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400e3512

dev-python/mistune: amd64 stable wrt bug #596714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 dev-python/mistune/mistune-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
index d4c8f276c62..fc1aca516b8 100644
--- a/dev-python/mistune/mistune-0.7.4.ebuild
+++ b/dev-python/mistune/mistune-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-04-21 Thread Thomas Deutschmann
commit: 9b2a04be26385d36ada68757a8150a2e844209d5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 22 01:22:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 22 01:34:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2a04be

dev-python/mistune: x86 stable (bug #596714)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-python/mistune/mistune-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
index aeb63984e11..34417473adf 100644
--- a/dev-python/mistune/mistune-0.7.4.ebuild
+++ b/dev-python/mistune/mistune-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-04-05 Thread Matt Turner
commit: 525e05a43788e61a8b9d8707978654afc971c5e7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr  6 05:22:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr  6 05:22:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525e05a4

dev-python/mistune-0.7.4: added ~mips, bug 614386

 dev-python/mistune/mistune-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
index 0fc38fd7f33..902ae2b7bd4 100644
--- a/dev-python/mistune/mistune-0.7.4.ebuild
+++ b/dev-python/mistune/mistune-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2018-02-22 Thread Michał Górny
commit: 77946593583a1c4f1716b4cc29c1123e8566ae8d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 15:02:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 15:02:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77946593

dev-python/mistune: Tested on ~amd64-fbsd

 dev-python/mistune/mistune-0.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
index e88aa84941c..0fc38fd7f33 100644
--- a/dev-python/mistune/mistune-0.7.4.ebuild
+++ b/dev-python/mistune/mistune-0.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-12-13 Thread Sergei Trofimovich
commit: 980bf4411785fe6336492fe95eca3e28f106ff8a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 13 22:07:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 13 22:15:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980bf441

dev-python/mistune: keyworded 0.7.4 for sparc, bug #614386 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/mistune/mistune-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
index d6c91e615d3..e88aa84941c 100644
--- a/dev-python/mistune/mistune-0.7.4.ebuild
+++ b/dev-python/mistune/mistune-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-12-13 Thread Sergei Trofimovich
commit: 6e12c6331860acd29a1a56237eda75e509683d6e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 13 22:07:06 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 13 22:15:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e12c633

dev-python/mistune: keyworded 0.7.2 for sparc, bug #614386 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/mistune/mistune-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.2.ebuild 
b/dev-python/mistune/mistune-0.7.2.ebuild
index 80ff1615709..ef9e8215f3a 100644
--- a/dev-python/mistune/mistune-0.7.2.ebuild
+++ b/dev-python/mistune/mistune-0.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-07-10 Thread Sergei Trofimovich
commit: 5d633d67779ae691381cc588a8b1dedc236dc809
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 10 21:40:53 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 10 21:47:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d633d67

dev-python/mistune: ia64 keyworded, bug #614386

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-python/mistune/mistune-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.2.ebuild 
b/dev-python/mistune/mistune-0.7.2.ebuild
index 7325176a897..80ff1615709 100644
--- a/dev-python/mistune/mistune-0.7.2.ebuild
+++ b/dev-python/mistune/mistune-0.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-07-10 Thread Sergei Trofimovich
commit: 424b748e10a715e6c1e34e4c8201fd207718f6c8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 10 21:45:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 10 21:47:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424b748e

dev-python/mistune: ia64 keyworded, bug #614386

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-python/mistune/mistune-0.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
index 782a3404807..d6c91e615d3 100644
--- a/dev-python/mistune/mistune-0.7.4.ebuild
+++ b/dev-python/mistune/mistune-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-05-15 Thread Lars Wendler
commit: 688c2ecd719c6fe8087fbd0f242e4d70821e7d49
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 10:14:54 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688c2ecd

dev-python/mistune: Bump to version 0.7.4

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-0.7.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index a87ac6dc57f..197a5a3162b 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1 +1,2 @@
 DIST mistune-0.7.2.tar.gz 48887 SHA256 
626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840 SHA512 
9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca
 WHIRLPOOL 
54d95b82bb061709a48bbd3e87a16e4cc03734f8adfc88e48b44da0070e16ec062ea4c219e258bd4abd2a4e7dd6aa144a4f73257c24ee28622eb36fcba89effe
+DIST mistune-0.7.4.tar.gz 49304 SHA256 
8517af9f5cd1857bb83f9a23da75aa516d7538c32a2c5d5c56f3789a9e4cd22f SHA512 
d300bec23f5482396c6f282ee3d773461c162791e4605ca40141eb9487c8b158ac7f47f6338f7c3bf27bc614292ecc61dfbf419d47eab817821f18cf80103802
 WHIRLPOOL 
fbbb9bee4078aa25e2934fc0163306c24c7169e350e0816babad8a4dd7f305c8be8b4935a427f7266c05d640427a68eebe23e3c42cabd372252f0d8811a091e7

diff --git a/dev-python/mistune/mistune-0.7.4.ebuild 
b/dev-python/mistune/mistune-0.7.4.ebuild
new file mode 100644
index 000..782a3404807
--- /dev/null
+++ b/dev-python/mistune/mistune-0.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="https://pypi.python.org/pypi/mistune 
https://github.com/lepture/mistune;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/, dev-python/mistune/files/

2017-05-02 Thread Michał Górny
commit: 4ddb0a2b1514ba854b768d07d854576545955fb9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 11:17:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 11:58:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ddb0a2b

dev-python/mistune: Clean old versions up

 dev-python/mistune/Manifest|   4 -
 .../mistune/files/mistune-0.6-inline-html.patch| 536 -
 dev-python/mistune/mistune-0.5.1.ebuild|  28 --
 dev-python/mistune/mistune-0.6-r1.ebuild   |  30 --
 dev-python/mistune/mistune-0.7.1.ebuild|  28 --
 dev-python/mistune/mistune-0.7.ebuild  |  28 --
 6 files changed, 654 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 283c50dfea9..a87ac6dc57f 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,5 +1 @@
-DIST mistune-0.5.1.tar.gz 183864 SHA256 
cc66489a28845c0e1848ae290af5b555074eb76185136ca058e8eed1faa89692 SHA512 
56399def88cc1daf5df02a97aba49c3dcc2f860d53222e524bfbd5f48f262f01344582bfd647c363e631b25c300923f690cd0e68ff4e179c4974166f8beca95f
 WHIRLPOOL 
7fbf46712111c0f3087203e50630e200c4df395cd6593001bc23761f5b07c6151c3199dd44b607058bcfbe726eef244797423497d304e87a1f7ceacff2df4261
-DIST mistune-0.6.tar.gz 47026 SHA256 
d54a69365d01bc97412a39c11674a8aae3f333586e91f38895cc1ad818e13dc5 SHA512 
f7f7a7830a733f957c8c541195e061de3ba5843540bc1811639526d7ff0f7b7f549c33af14990bb50e9890eaeb9645cfb9b8cd92e92a4e9a01e388773a33ca16
 WHIRLPOOL 
c52395733faa678655b987a8705f05075ca05922aa5ed5a910d67af35694bdc8a11f7fb8b3fed6398e587dda2208e7e28015756eb5185d372cd3fd3de33610bd
-DIST mistune-0.7.1.tar.gz 48371 SHA256 
6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7 SHA512 
634eb321026d45ca1f87cd9fecfb7f105ad0ae6a24f881074326d9c9b5dd714047ffba175f5e8ec5e8de6070cf448d03fb13ca0e5a4cc90a01475d389a8777e8
 WHIRLPOOL 
9e6980b79b94ca2548854333f97cb7f02d1fbe0cd6805750fa81d143349c90b088f7e098d25021df94c0fa1242f95b3764a04315101f4bfef8711f97c9b9266a
 DIST mistune-0.7.2.tar.gz 48887 SHA256 
626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840 SHA512 
9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca
 WHIRLPOOL 
54d95b82bb061709a48bbd3e87a16e4cc03734f8adfc88e48b44da0070e16ec062ea4c219e258bd4abd2a4e7dd6aa144a4f73257c24ee28622eb36fcba89effe
-DIST mistune-0.7.tar.gz 48203 SHA256 
1daa2e55f5de63ecde7c446c4677c0447006752f78ad2c9c1c3c3452d395f89f SHA512 
0d7450dab279f8dc1a608bccad34ec6a99c54ef26ce2439ffa92e1589b0a505ef11382c5d5db990df0e57ba908e3d4b1198c6416dccaf7f5b798894c898874a3
 WHIRLPOOL 
51db0cf3ab4990c0ee4b2503e2c1ad2ede225c999d0196a6f24cd4d18a69236d1c9365ffc79f0011b1d2d977aa6a69533a968b2e640bb4c0345234e9e5e5e44c

diff --git a/dev-python/mistune/files/mistune-0.6-inline-html.patch 
b/dev-python/mistune/files/mistune-0.6-inline-html.patch
deleted file mode 100644
index f10aee5b6d0..000
--- a/dev-python/mistune/files/mistune-0.6-inline-html.patch
+++ /dev/null
@@ -1,536 +0,0 @@
-diff --git a/CHANGES.rst b/CHANGES.rst
-index eb204dd..3eb99a7 100644
 a/CHANGES.rst
-+++ b/CHANGES.rst
-@@ -3,6 +3,14 @@ Changelog
- 
- Here is the full history of mistune.
- 
-+Version 0.7
-+~~~
-+
-+Release date not decided.
-+
-+* Fix the breaking change in version 0.6 with options: **parse_inline_html** 
and **parse_block_html**
-+
-+
- Version 0.6
- ~~~
- 
-diff --git a/README.rst b/README.rst
-index 894833b..f6cb5f9 100644
 a/README.rst
-+++ b/README.rst
-@@ -38,12 +38,6 @@ Installing mistune with pip::
- 
- $ pip install mistune
- 
--If pip is not available, try easy_install::
--
--$ easy_install mistune
--
--Cython Feature
--~~
- 
- Mistune can be faster, if you compile with cython::
- 
-@@ -59,10 +53,49 @@ A simple API that render a markdown formatted text:
- 
- import mistune
- 
--mistune.markdown('I am using **markdown**')
--# output: I am using markdown
-+mistune.markdown('I am using **mistune markdown parser**')
-+# output: I am using mistune markdown parser
-+
-+If you care about performance, it is better to re-use the Markdown instance:
-+
-+.. code:: python
-+
-+import mistune
-+
-+markdown = mistune.Markdown()
-+markdown('I am using **mistune markdown parser**')
-+
-+Mistune has enabled all features by default. You don't have to configure
-+anything. But there are options for you to change the parser behaviors.
-+
-+
-+Options
-+---
-+
-+Here is a list of all options that will affect the rendering results,
-+configure them with ``mistune.Renderer``:
-+
-+.. code:: python
-+
-+renderer = mistune.Renderer(escape=True, hard_wrap=True)
-+# use this renderer instance
-+markdown = mistune.Markdown(renderer=renderer)
-+markdown(text)
-+
-+* **escape**: if set to *True*, all raw html tags will be escaped.
-+* 

[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-04-18 Thread Jeroen Roovers
commit: 9f5d3ed1d4c654a699aa2974fb33da9ef6bd8afd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 18 14:15:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 18 14:17:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5d3ed1

dev-python/mistune: Mark ~hppa (bug #614386).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-python/mistune/mistune-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.2.ebuild 
b/dev-python/mistune/mistune-0.7.2.ebuild
index 2c8124ee2ca..7325176a897 100644
--- a/dev-python/mistune/mistune-0.7.2.ebuild
+++ b/dev-python/mistune/mistune-0.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-03-09 Thread Zac Medico
commit: 203c2972841179a29ebb6e845e857e05ca1297d5
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 06:35:24 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 06:39:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203c2972

dev-python/mistune: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/mistune/mistune-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.2.ebuild 
b/dev-python/mistune/mistune-0.7.2.ebuild
index 27384c272d4..b67b1c441e8 100644
--- a/dev-python/mistune/mistune-0.7.2.ebuild
+++ b/dev-python/mistune/mistune-0.7.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2017-02-24 Thread Markus Meier
commit: 0ec20294131621d7fc8b49e883db8ae7f0009c0d
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Feb 24 17:43:14 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Feb 24 17:43:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec20294

dev-python/mistune: arm stable, bug #606230

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-python/mistune/mistune-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.7.2.ebuild 
b/dev-python/mistune/mistune-0.7.2.ebuild
index 45fdaedd71..4cb4d83014 100644
--- a/dev-python/mistune/mistune-0.7.2.ebuild
+++ b/dev-python/mistune/mistune-0.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2016-02-28 Thread Justin Lecher
commit: f2b283a2268531e8f484bc1973d9b876bbda31e2
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Feb 28 11:56:28 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Feb 28 11:58:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b283a2

dev-python/mistune: add missing build dep

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571478

Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/mistune/mistune-0.5.1.ebuild  | 3 ++-
 dev-python/mistune/mistune-0.6-r1.ebuild | 3 ++-
 dev-python/mistune/mistune-0.7.1.ebuild  | 3 ++-
 dev-python/mistune/mistune-0.7.2.ebuild  | 1 +
 dev-python/mistune/mistune-0.7.ebuild| 3 ++-
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/mistune/mistune-0.5.1.ebuild 
b/dev-python/mistune/mistune-0.5.1.ebuild
index 842e4c9..5d34954 100644
--- a/dev-python/mistune/mistune-0.5.1.ebuild
+++ b/dev-python/mistune/mistune-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,6 +20,7 @@ IUSE="test"
 RDEPEND=""
 DEPEND="${RDEPEND}
dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 

diff --git a/dev-python/mistune/mistune-0.6-r1.ebuild 
b/dev-python/mistune/mistune-0.6-r1.ebuild
index a10ce82..0b3346e 100644
--- a/dev-python/mistune/mistune-0.6-r1.ebuild
+++ b/dev-python/mistune/mistune-0.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,6 +20,7 @@ IUSE="test"
 RDEPEND=""
 DEPEND="${RDEPEND}
dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 

diff --git a/dev-python/mistune/mistune-0.7.1.ebuild 
b/dev-python/mistune/mistune-0.7.1.ebuild
index 92f034b..03f3f50 100644
--- a/dev-python/mistune/mistune-0.7.1.ebuild
+++ b/dev-python/mistune/mistune-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,6 +20,7 @@ IUSE="test"
 RDEPEND=""
 DEPEND="${RDEPEND}
dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 

diff --git a/dev-python/mistune/mistune-0.7.2.ebuild 
b/dev-python/mistune/mistune-0.7.2.ebuild
index da82a55..03f3f50 100644
--- a/dev-python/mistune/mistune-0.7.2.ebuild
+++ b/dev-python/mistune/mistune-0.7.2.ebuild
@@ -20,6 +20,7 @@ IUSE="test"
 RDEPEND=""
 DEPEND="${RDEPEND}
dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 

diff --git a/dev-python/mistune/mistune-0.7.ebuild 
b/dev-python/mistune/mistune-0.7.ebuild
index 9ba8e32..d7c7a07 100644
--- a/dev-python/mistune/mistune-0.7.ebuild
+++ b/dev-python/mistune/mistune-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,6 +20,7 @@ IUSE="test"
 RDEPEND=""
 DEPEND="${RDEPEND}
dev-python/cython[$(python_gen_usedep 'python*')]
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2016-02-25 Thread Justin Lecher
commit: 4c6d5bd8cb0e59991695cfd0db389276aab3323f
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Feb 26 07:48:08 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Feb 26 07:48:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6d5bd8

dev-python/mistune: Version Bump

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-0.7.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 2c5e6f1..283c50d 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,4 +1,5 @@
 DIST mistune-0.5.1.tar.gz 183864 SHA256 
cc66489a28845c0e1848ae290af5b555074eb76185136ca058e8eed1faa89692 SHA512 
56399def88cc1daf5df02a97aba49c3dcc2f860d53222e524bfbd5f48f262f01344582bfd647c363e631b25c300923f690cd0e68ff4e179c4974166f8beca95f
 WHIRLPOOL 
7fbf46712111c0f3087203e50630e200c4df395cd6593001bc23761f5b07c6151c3199dd44b607058bcfbe726eef244797423497d304e87a1f7ceacff2df4261
 DIST mistune-0.6.tar.gz 47026 SHA256 
d54a69365d01bc97412a39c11674a8aae3f333586e91f38895cc1ad818e13dc5 SHA512 
f7f7a7830a733f957c8c541195e061de3ba5843540bc1811639526d7ff0f7b7f549c33af14990bb50e9890eaeb9645cfb9b8cd92e92a4e9a01e388773a33ca16
 WHIRLPOOL 
c52395733faa678655b987a8705f05075ca05922aa5ed5a910d67af35694bdc8a11f7fb8b3fed6398e587dda2208e7e28015756eb5185d372cd3fd3de33610bd
 DIST mistune-0.7.1.tar.gz 48371 SHA256 
6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7 SHA512 
634eb321026d45ca1f87cd9fecfb7f105ad0ae6a24f881074326d9c9b5dd714047ffba175f5e8ec5e8de6070cf448d03fb13ca0e5a4cc90a01475d389a8777e8
 WHIRLPOOL 
9e6980b79b94ca2548854333f97cb7f02d1fbe0cd6805750fa81d143349c90b088f7e098d25021df94c0fa1242f95b3764a04315101f4bfef8711f97c9b9266a
+DIST mistune-0.7.2.tar.gz 48887 SHA256 
626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840 SHA512 
9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca
 WHIRLPOOL 
54d95b82bb061709a48bbd3e87a16e4cc03734f8adfc88e48b44da0070e16ec062ea4c219e258bd4abd2a4e7dd6aa144a4f73257c24ee28622eb36fcba89effe
 DIST mistune-0.7.tar.gz 48203 SHA256 
1daa2e55f5de63ecde7c446c4677c0447006752f78ad2c9c1c3c3452d395f89f SHA512 
0d7450dab279f8dc1a608bccad34ec6a99c54ef26ce2439ffa92e1589b0a505ef11382c5d5db990df0e57ba908e3d4b1198c6416dccaf7f5b798894c898874a3
 WHIRLPOOL 
51db0cf3ab4990c0ee4b2503e2c1ad2ede225c999d0196a6f24cd4d18a69236d1c9365ffc79f0011b1d2d977aa6a69533a968b2e640bb4c0345234e9e5e5e44c

diff --git a/dev-python/mistune/mistune-0.7.2.ebuild 
b/dev-python/mistune/mistune-0.7.2.ebuild
new file mode 100644
index 000..da82a55
--- /dev/null
+++ b/dev-python/mistune/mistune-0.7.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The fastest markdown parser in pure Python"
+HOMEPAGE="https://pypi.python.org/pypi/mistune 
https://github.com/lepture/mistune;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/cython[$(python_gen_usedep 'python*')]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2015-10-10 Thread Markus Meier
commit: 26bb6ee4278a3a6d526aaff102aa3ed656220307
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 10 08:54:28 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 10 08:54:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bb6ee4

dev-python/mistune: arm stable, bug #554868

Package-Manager: portage-2.2.22
RepoMan-Options: --include-arches="arm"

 dev-python/mistune/mistune-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.5.1.ebuild 
b/dev-python/mistune/mistune-0.5.1.ebuild
index 972db3e..842e4c9 100644
--- a/dev-python/mistune/mistune-0.5.1.ebuild
+++ b/dev-python/mistune/mistune-0.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2015-08-25 Thread Agostino Sarubbo
commit: 8eb0cf8e35b78e87cafb7136ad6eceaa76585b43
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Tue Aug 25 07:30:24 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Tue Aug 25 07:30:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb0cf8e

dev-python/mistune: amd64 stable wrt bug #554868

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

 dev-python/mistune/mistune-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.5.1.ebuild 
b/dev-python/mistune/mistune-0.5.1.ebuild
index c8fbbb0..7d81146 100644
--- a/dev-python/mistune/mistune-0.5.1.ebuild
+++ b/dev-python/mistune/mistune-0.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 SLOT=0
 LICENSE=BSD
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 RDEPEND=



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2015-08-25 Thread Agostino Sarubbo
commit: 8e67fd5d473795c19759a9473a94e0e1c785d5a0
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Tue Aug 25 07:31:06 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Tue Aug 25 07:31:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e67fd5d

dev-python/mistune: x86 stable wrt bug #554868

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=x86

 dev-python/mistune/mistune-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistune/mistune-0.5.1.ebuild 
b/dev-python/mistune/mistune-0.5.1.ebuild
index 7d81146..972db3e 100644
--- a/dev-python/mistune/mistune-0.5.1.ebuild
+++ b/dev-python/mistune/mistune-0.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 SLOT=0
 LICENSE=BSD
-KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 RDEPEND=



[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/

2015-08-24 Thread Justin Lecher
commit: 0d930d432b46c83048c5d007eb426a7e076aab02
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Aug 24 10:09:17 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Aug 24 10:12:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d930d43

dev-python/mistune: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/mistune/Manifest |  1 +
 dev-python/mistune/mistune-0.7.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index d0ede31..2c5e6f1 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,3 +1,4 @@
 DIST mistune-0.5.1.tar.gz 183864 SHA256 
cc66489a28845c0e1848ae290af5b555074eb76185136ca058e8eed1faa89692 SHA512 
56399def88cc1daf5df02a97aba49c3dcc2f860d53222e524bfbd5f48f262f01344582bfd647c363e631b25c300923f690cd0e68ff4e179c4974166f8beca95f
 WHIRLPOOL 
7fbf46712111c0f3087203e50630e200c4df395cd6593001bc23761f5b07c6151c3199dd44b607058bcfbe726eef244797423497d304e87a1f7ceacff2df4261
 DIST mistune-0.6.tar.gz 47026 SHA256 
d54a69365d01bc97412a39c11674a8aae3f333586e91f38895cc1ad818e13dc5 SHA512 
f7f7a7830a733f957c8c541195e061de3ba5843540bc1811639526d7ff0f7b7f549c33af14990bb50e9890eaeb9645cfb9b8cd92e92a4e9a01e388773a33ca16
 WHIRLPOOL 
c52395733faa678655b987a8705f05075ca05922aa5ed5a910d67af35694bdc8a11f7fb8b3fed6398e587dda2208e7e28015756eb5185d372cd3fd3de33610bd
+DIST mistune-0.7.1.tar.gz 48371 SHA256 
6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7 SHA512 
634eb321026d45ca1f87cd9fecfb7f105ad0ae6a24f881074326d9c9b5dd714047ffba175f5e8ec5e8de6070cf448d03fb13ca0e5a4cc90a01475d389a8777e8
 WHIRLPOOL 
9e6980b79b94ca2548854333f97cb7f02d1fbe0cd6805750fa81d143349c90b088f7e098d25021df94c0fa1242f95b3764a04315101f4bfef8711f97c9b9266a
 DIST mistune-0.7.tar.gz 48203 SHA256 
1daa2e55f5de63ecde7c446c4677c0447006752f78ad2c9c1c3c3452d395f89f SHA512 
0d7450dab279f8dc1a608bccad34ec6a99c54ef26ce2439ffa92e1589b0a505ef11382c5d5db990df0e57ba908e3d4b1198c6416dccaf7f5b798894c898874a3
 WHIRLPOOL 
51db0cf3ab4990c0ee4b2503e2c1ad2ede225c999d0196a6f24cd4d18a69236d1c9365ffc79f0011b1d2d977aa6a69533a968b2e640bb4c0345234e9e5e5e44c

diff --git a/dev-python/mistune/mistune-0.7.1.ebuild 
b/dev-python/mistune/mistune-0.7.1.ebuild
new file mode 100644
index 000..9ba8e32
--- /dev/null
+++ b/dev-python/mistune/mistune-0.7.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION=The fastest markdown parser in pure Python
+HOMEPAGE=https://pypi.python.org/pypi/mistune 
https://github.com/lepture/mistune;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+SLOT=0
+LICENSE=BSD
+KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=test
+
+RDEPEND=
+DEPEND=${RDEPEND}
+   dev-python/cython[$(python_gen_usedep 'python*')]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+
+
+python_test() {
+   nosetests || die
+}