dev-python/markdown-captions: Clean up
This commit is contained in:
parent
b347d85aaa
commit
831c56ab86
@ -1,6 +1,4 @@
|
||||
DIST markdown-captions-2.1.1.tar.gz 2996 BLAKE2B 56202abc3aeb7a2a148cf8978b8b4dee66bf5b0dba7957c2077dbe8da50bd44f8057af372cca27b005f10da6c5529f8333dcae2a1c623bbf671047caf75b8f90 SHA512 1fc7504366ca992153c56aa375791b11c1c584a2ecf6f282ff191c262e6a656cee826e7aa47ce578e0bab20f40faad35db3d57f6521f646d6ed53b5b4a4d57c1
|
||||
DIST markdown-captions-2.tar.gz 2473 BLAKE2B cd906663a31cc365a98bfc555ed48dc9cc6dbae722476dd8cd21a858c288e83f4d55acbfab541a472d32caeabec583c57c82b72ddabf7937b5843abe836c3e03 SHA512 edc75c9157ac8b2b562fc6d3dd8675397dadd6c0722c1423c312aa81f5c4a1b5e79bbf3aab37332a289ab44a7d8a5c8689478d9ee697f8454e133abcb0732b94
|
||||
EBUILD markdown-captions-2.1.1.ebuild 555 BLAKE2B 79ef3e6674e9f307886590cbad30e8bd6d5ef7a318903a30717799d445b85c9f41e5ea798c4bb638467ebc9893dd3b59c26ce0a1f44c30a324e2030476546fc9 SHA512 fb45aa21ee4187e6e3f71e78b294e6d1926f05cc20d1e659ba35683c6455b519a79964bf0f3bf1e5491cc52910b1bb676d02f1ee66ab35811213230981e3f4e4
|
||||
EBUILD markdown-captions-2.ebuild 555 BLAKE2B 79ef3e6674e9f307886590cbad30e8bd6d5ef7a318903a30717799d445b85c9f41e5ea798c4bb638467ebc9893dd3b59c26ce0a1f44c30a324e2030476546fc9 SHA512 fb45aa21ee4187e6e3f71e78b294e6d1926f05cc20d1e659ba35683c6455b519a79964bf0f3bf1e5491cc52910b1bb676d02f1ee66ab35811213230981e3f4e4
|
||||
EBUILD markdown-captions-9999.ebuild 555 BLAKE2B 79ef3e6674e9f307886590cbad30e8bd6d5ef7a318903a30717799d445b85c9f41e5ea798c4bb638467ebc9893dd3b59c26ce0a1f44c30a324e2030476546fc9 SHA512 fb45aa21ee4187e6e3f71e78b294e6d1926f05cc20d1e659ba35683c6455b519a79964bf0f3bf1e5491cc52910b1bb676d02f1ee66ab35811213230981e3f4e4
|
||||
EBUILD markdown-captions-2.1.1.ebuild 575 BLAKE2B 336bb5cde91eaff36b8351e4d3f3691e79e4128aa6c8709d54e66e50eaa5e38de85b0ccd0ded4aee6f4502b0efb87f1f5afa386d3d27a9b099050f184dd08d57 SHA512 3bed2c1c438572a3b46d2f6cb7aad44aa4bca8ac2a73ffc9a88b02231bbf26ed8e3995c51f4f77e5419c73ac593c0d965e9c0b53f50c996b69fa42c6023d1f85
|
||||
EBUILD markdown-captions-9999.ebuild 575 BLAKE2B 336bb5cde91eaff36b8351e4d3f3691e79e4128aa6c8709d54e66e50eaa5e38de85b0ccd0ded4aee6f4502b0efb87f1f5afa386d3d27a9b099050f184dd08d57 SHA512 3bed2c1c438572a3b46d2f6cb7aad44aa4bca8ac2a73ffc9a88b02231bbf26ed8e3995c51f4f77e5419c73ac593c0d965e9c0b53f50c996b69fa42c6023d1f85
|
||||
MISC metadata.xml 386 BLAKE2B fa1e92952402ef46b992de253dae4173cbd574814e6a94a74371da3452f164a1f7ac531f3178f7eb7d642ae3c811eaa7747727ea2a37762e7ec3ffd482a5a883 SHA512 a7bacd2f6b4faed67c87cda10a0232f09620ac6172fbbb8bee67601bf083c119fd4bbc97a25f43342d1ed25300d85a191bfcfb25df4b7b7f0372eda650605410
|
||||
|
@ -3,23 +3,24 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_9 )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
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
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Evidlo/markdown_captions.git"
|
||||
else
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Python bindings for freetype"
|
||||
DESCRIPTION="Image captions for python-markdown"
|
||||
HOMEPAGE="https://github.com/Evidlo/markdown_captions"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/markdown"
|
||||
BDEPEND=""
|
||||
|
@ -1,25 +0,0 @@
|
||||
# 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=""
|
@ -3,23 +3,24 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_9 )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
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
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Evidlo/markdown_captions.git"
|
||||
else
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Python bindings for freetype"
|
||||
DESCRIPTION="Image captions for python-markdown"
|
||||
HOMEPAGE="https://github.com/Evidlo/markdown_captions"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/markdown"
|
||||
BDEPEND=""
|
||||
|
Loading…
Reference in New Issue
Block a user