diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-27 06:26:28 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-27 06:26:28 +0000 |
| commit | a68c508b7b5578589aba8577b1651003fe959d84 (patch) | |
| tree | c64203479369f9eed3f0a381edf3e82e18394a92 /dev-python/mistletoe | |
| parent | 04b1885d8f229998d367ac5e87b7a526f3ff82f5 (diff) | |
| download | baldeagleos-repo-a68c508b7b5578589aba8577b1651003fe959d84.tar.gz baldeagleos-repo-a68c508b7b5578589aba8577b1651003fe959d84.tar.xz baldeagleos-repo-a68c508b7b5578589aba8577b1651003fe959d84.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mistletoe')
| -rw-r--r-- | dev-python/mistletoe/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/mistletoe/metadata.xml | 21 | ||||
| -rw-r--r-- | dev-python/mistletoe/mistletoe-1.0.1.ebuild | 21 | ||||
| -rw-r--r-- | dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild | 20 | ||||
| -rw-r--r-- | dev-python/mistletoe/mistletoe-1.1.0.ebuild | 32 |
5 files changed, 38 insertions, 59 deletions
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest index 20023c52d070..d17c4b4fefaa 100644 --- a/dev-python/mistletoe/Manifest +++ b/dev-python/mistletoe/Manifest @@ -1,2 +1 @@ -DIST mistletoe-1.0.1.tar.gz 48898 BLAKE2B e20d6c07e4796ebacc417e9153a2ebd59fa5baa1594887ca66eff8eac40352660f0fe2eb55dd400ee6b54b7c902307e3f16caef81094fb451a12da4f84197e6b SHA512 09a879a26c2d1f6664cb1cc1c5e40bb55a54858693dfca8c77c0caa9f85216b3fd27c3e9143ddf98406f0b7aa75651ff0fb498403d2e5b237fe8b885d660bc8f -DIST mistletoe-1.1.0.tar.gz 58192 BLAKE2B f8e046ac85925269ba6d69356a3478f57495914c09d792d348cd8d9bfae25fb0b9d6a337eb791a61e017c41e71fe33e23ceabd8d9b4711da67198472e3b1b09e SHA512 b7e022e24e8e85f3ecc40ad05e65fd3e17229a2e4410fe8216b10ee3d46b568efe4a9df1a7d0fc224f818f8372b4b71ae0b59c540c38ae7f4af97c471e249377 +DIST mistletoe-1.1.0.gh.tar.gz 116246 BLAKE2B 52761841380f28e490f1d675ab95bf0f31be44c909c5221dadca37eaeb3bc909c4d9091d52bd3a99f9b4b371fa102cf0f02225a1aa0732ccda4dca2ab85214e2 SHA512 3b1d8b6a9e3fc1fa67a212977a1c26cedafdf2bd2cc53113b8bb583433e69af0b4fd47b575f9a1ba4bda50b1c55a0d27faf9877b6300982eee2f6b8fcb621b7c diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml index 77ae79dc6b36..a0d4c5913ba0 100644 --- a/dev-python/mistletoe/metadata.xml +++ b/dev-python/mistletoe/metadata.xml @@ -1,21 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> + <maintainer type="project"> + <email>python@gentoo.org</email> </maintainer> - <longdescription>mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable. - -Apart from being the fastest CommonMark-compliant Markdown parser implementation in pure Python, mistletoe also supports easy definitions of custom tokens. Parsing Markdown into an abstract syntax tree also allows us to swap out renderers for different output formats, without touching any of the core components.</longdescription> - <upstream> - <maintainer> - <email>mi@afteryu.me</email> - <name>miyuchina</name> - </maintainer> - <changelog>https://github.com/miyuchina/mistletoe/releases</changelog> - <bugs-to>https://github.com/miyuchina/mistletoe/issues</bugs-to> - <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> + + <origin>gentoo-staging</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/mistletoe/mistletoe-1.0.1.ebuild b/dev-python/mistletoe/mistletoe-1.0.1.ebuild deleted file mode 100644 index ebaa2f0754a7..000000000000 --- a/dev-python/mistletoe/mistletoe-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python." -HOMEPAGE="https://github.com/miyuchina/mistletoe" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest diff --git a/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild deleted file mode 100644 index a84719547fb9..000000000000 --- a/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python." -HOMEPAGE="https://github.com/miyuchina/mistletoe" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest diff --git a/dev-python/mistletoe/mistletoe-1.1.0.ebuild b/dev-python/mistletoe/mistletoe-1.1.0.ebuild new file mode 100644 index 000000000000..24f59bc41524 --- /dev/null +++ b/dev-python/mistletoe/mistletoe-1.1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A fast, extensible Markdown parser in pure Python" +HOMEPAGE=" + https://github.com/miyuchina/mistletoe/ + https://pypi.org/project/mistletoe/ +" +# pypi has incomplete test suite +SRC_URI=" + https://github.com/miyuchina/mistletoe/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + test? ( + dev-python/parameterized[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
