1
0

dev-python/markdown-captions: New package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-11-08 11:41:27 -08:00
parent d55ab08e73
commit 66d4e8ff47
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 66 additions and 0 deletions

View File

@ -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

View File

@ -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=""

View File

@ -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=""

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="pypi">markdown-captions</remote-id>
<remote-id type="github">Evidlo/markdown_captions</remote-id>
</upstream>
</pkgmetadata>