diff --git a/dev-python/markdown-captions/Manifest b/dev-python/markdown-captions/Manifest new file mode 100644 index 0000000..248bbef --- /dev/null +++ b/dev-python/markdown-captions/Manifest @@ -0,0 +1,4 @@ +DIST markdown-captions-2.tar.gz 2473 BLAKE2B cd906663a31cc365a98bfc555ed48dc9cc6dbae722476dd8cd21a858c288e83f4d55acbfab541a472d32caeabec583c57c82b72ddabf7937b5843abe836c3e03 SHA512 edc75c9157ac8b2b562fc6d3dd8675397dadd6c0722c1423c312aa81f5c4a1b5e79bbf3aab37332a289ab44a7d8a5c8689478d9ee697f8454e133abcb0732b94 +EBUILD markdown-captions-2.ebuild 555 BLAKE2B 79ef3e6674e9f307886590cbad30e8bd6d5ef7a318903a30717799d445b85c9f41e5ea798c4bb638467ebc9893dd3b59c26ce0a1f44c30a324e2030476546fc9 SHA512 fb45aa21ee4187e6e3f71e78b294e6d1926f05cc20d1e659ba35683c6455b519a79964bf0f3bf1e5491cc52910b1bb676d02f1ee66ab35811213230981e3f4e4 +EBUILD markdown-captions-9999.ebuild 555 BLAKE2B 79ef3e6674e9f307886590cbad30e8bd6d5ef7a318903a30717799d445b85c9f41e5ea798c4bb638467ebc9893dd3b59c26ce0a1f44c30a324e2030476546fc9 SHA512 fb45aa21ee4187e6e3f71e78b294e6d1926f05cc20d1e659ba35683c6455b519a79964bf0f3bf1e5491cc52910b1bb676d02f1ee66ab35811213230981e3f4e4 +MISC metadata.xml 386 BLAKE2B fa1e92952402ef46b992de253dae4173cbd574814e6a94a74371da3452f164a1f7ac531f3178f7eb7d642ae3c811eaa7747727ea2a37762e7ec3ffd482a5a883 SHA512 a7bacd2f6b4faed67c87cda10a0232f09620ac6172fbbb8bee67601bf083c119fd4bbc97a25f43342d1ed25300d85a191bfcfb25df4b7b7f0372eda650605410 diff --git a/dev-python/markdown-captions/markdown-captions-2.ebuild b/dev-python/markdown-captions/markdown-captions-2.ebuild new file mode 100644 index 0000000..56eb0a3 --- /dev/null +++ b/dev-python/markdown-captions/markdown-captions-2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_9 ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +if [[ ${PV} != *9999* ]]; then + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64" +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/Evidlo/markdown_captions.git" +fi + +DESCRIPTION="Python bindings for freetype" +HOMEPAGE="https://github.com/Evidlo/markdown_captions" +LICENSE="GPL-3" +SLOT="0" + +RDEPEND="dev-python/markdown" +BDEPEND="" diff --git a/dev-python/markdown-captions/markdown-captions-9999.ebuild b/dev-python/markdown-captions/markdown-captions-9999.ebuild new file mode 100644 index 0000000..56eb0a3 --- /dev/null +++ b/dev-python/markdown-captions/markdown-captions-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_9 ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +if [[ ${PV} != *9999* ]]; then + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64" +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/Evidlo/markdown_captions.git" +fi + +DESCRIPTION="Python bindings for freetype" +HOMEPAGE="https://github.com/Evidlo/markdown_captions" +LICENSE="GPL-3" +SLOT="0" + +RDEPEND="dev-python/markdown" +BDEPEND="" diff --git a/dev-python/markdown-captions/metadata.xml b/dev-python/markdown-captions/metadata.xml new file mode 100644 index 0000000..6bd111f --- /dev/null +++ b/dev-python/markdown-captions/metadata.xml @@ -0,0 +1,12 @@ + + + + + flewkey@2a03.party + Ryan Fox + + + markdown-captions + Evidlo/markdown_captions + +