Compare commits

...

2 Commits

5 changed files with 0 additions and 52 deletions

View File

@ -1 +0,0 @@
DIST argparse-manpage-1.5.tar.gz 34290 BLAKE2B 598a0eb0d4816a764c1ba4093b18e28d7865c9a113db1910793748eb24394636a9e1caad86fef5416933ae5341026048d1e39ce928131a8796a5d66a40e36853 SHA512 bfdea19fa62ac029754d6df26c4fb51c18f7fee4fae681c1117253627e724cf1ff1db5196ad0690fd436cebbe403536905f157cb7eae7be50d321c663b491fd0

View File

@ -1,18 +0,0 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Automatically build man-pages for your Python project"
HOMEPAGE="https://github.com/praiskup/argparse-manpage https://pypi.org/project/argparse-manpage/"
SRC_URI="https://github.com/praiskup/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">argparse-manpage</remote-id>
<remote-id type="github">praiskup/argparse-manpage</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1 +0,0 @@
DIST procodile-1.0.26.gem 25088 BLAKE2B d2ffec63db894b82368cc77af1e75a98437fb2e8d3a061bb1cd67e519a3d0d58181106ac422ec4b1204ce2a4c6498c92e9dee9bd0046775cd47ca503855a8d3e SHA512 97779976ba89b38cfcc5c21986017b27e927f486529ec539fefbac93e0071a1f7e3dc6fab364530c2f3d2b62896ad4a020f582b29a0c6ca5f2c6c5f04a9e2320

View File

@ -1,19 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby26 ruby27"
inherit ruby-fakegem
DESCRIPTION="Run processes in the background (and foreground) a Procfile"
HOMEPAGE="https://procodile.opnsrc.io/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="${DEPEND}
dev-ruby/json"
RDEPEND="${RDEPEND}"