public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-extensions/
Date: Thu,  9 Apr 2020 17:09:09 +0000 (UTC)	[thread overview]
Message-ID: <1586452140.b1c52bcf329bbc65d07d7164eeed99c23ace5fd0.andrewammerlaan@gentoo> (raw)
Message-ID: <20200409170909.U6s0XJqGD_SL_sGCe93vNtqA2YfQy8MG45B2c-VbntI@z> (raw)

commit:     b1c52bcf329bbc65d07d7164eeed99c23ace5fd0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr  9 17:09:00 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  9 17:09:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1c52bcf

dev-python/pymdown-extensions: version bump 7.0.0

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pymdown-extensions/Manifest             |  1 +
 .../pymdown-extensions-7.0.0.ebuild                | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
index 54bba77..fd6c449 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1,2 +1,3 @@
 DIST pymdown-extensions-6.3.0.tar.gz 551554 BLAKE2B 718c2d98f077dac38049b458a7430e6e9d13c6516e09990c6e2acc89516ebc9717dd48e5449fd49a0f5fcdfccc55649893a6f857f62fa19edb3db3313aeac773 SHA512 08f679e242205bba9cd98de1ffc492b97c5e568ac5246cfc9a88346240058413a5b532ebd9df45fa6e973dc2d40543fe17460eaf456d88140c426f7f42045384
+DIST pymdown-extensions-7.0.0.tar.gz 598160 BLAKE2B f27511f8734c8b0309b756fc04e187a0d25c68c7375cd6e6547138d046a8cf5c3bd204f1428ae7803b682e6b4010c15e2e98a8895643f25ef729e7fef57a7078 SHA512 5ec369196e3b2182cdc90aba3ad508d4a6c6a98c22a06c1afdbc5c0fbc78466d25b704a110794d5168ad38b5e7e733d6b64704a0a5640bdc22c6b3dd6866fd61
 DIST pymdown-extensions-7.0.0_rc1.tar.gz 576517 BLAKE2B 3987fdce82860776f38ee72cec1fb74cfac12360e6913b9b6ad5b069b0a4320f062ccf3e24755a5fb4e56e96e6bd6981c17efa0eef2b9692537abd82ba388f96 SHA512 467bacc0921e02c04a3209000f65e3600c23408a13ee49bff6fd96fd7b2426ae8a76562d832eaf45a087f98453e54f5294555ece9b42fca0499b57a0f2ebd9f0

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
new file mode 100644
index 0000000..f48b760
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-7.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+#ERROR   -  Unable to read git logs of '/var/tmp/portage/dev-python/pymdown-extensions-7.0.0/work/pymdown-extensions-7.0.0/docs/src/markdown/index.md'. To ignore this error, set option 'ignoring_missing_git: true'
+#ERROR   -  Error reading page 'index.md': Cmd('git') failed due to: exit code(128)
+#DOCBUILDER="mkdocs"
+#DOCDEPEND="
+#	dev-python/mkdocs-minify-plugin
+#	dev-python/mkdocs-git-revision-date-localized-plugin
+#	dev-python/mkdocs-material
+#	dev-python/pymdown-lexers
+#	dev-python/pyspelling
+#	dev-python/pymdown-extensions
+#"
+
+inherit distutils-r1 #docs
+
+DESCRIPTION="Extensions for Python Markdown."
+HOMEPAGE="
+	https://github.com/facelessuser/pymdown-extensions
+	https://pypi.org/project/pymdown-extensions
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest


             reply	other threads:[~2020-04-09 17:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-09 19:47 Andrew Ammerlaan [this message]
2020-04-09 17:09 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-extensions/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-12-07 11:52 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-22 14:39 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-10-22 14:41 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-11  8:15 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-11  8:15 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-10  9:56 Andrew Ammerlaan
2020-04-10  7:35 Andrew Ammerlaan
2020-03-28 11:08 Andrew Ammerlaan
2020-03-09 17:07 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-09 17:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1586452140.b1c52bcf329bbc65d07d7164eeed99c23ace5fd0.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox