Skip to content

Commit

Permalink
dev-python/mkdocs-redirects: redirects plugin
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
Nowa-Ammerlaan authored and juippis committed Dec 8, 2020
1 parent 0a6b558 commit 49a05e1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/mkdocs-redirects/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST mkdocs-redirects-1.0.1.tar.gz 5772 BLAKE2B e48a35b18690c040efcca2e3e6a97650a3f951b89d537537b54b297e61c590099c6891dd1d64f21dd4efcc4a20d3d709a2815280c2846324f9f57b5a953a31bb SHA512 e3eb31ce920aceab2e4c93988853fc0e63ba789db229ac798791061b26252416c5c68b2c221f82e3a08ce7522e6b2aa58ca606b9a31653f782e31c415861f7d0
17 changes: 17 additions & 0 deletions dev-python/mkdocs-redirects/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">datarobot/mkdocs-redirects</remote-id>
<remote-id type="pypi">mkdocs-redirects</remote-id>
</upstream>
</pkgmetadata>
24 changes: 24 additions & 0 deletions dev-python/mkdocs-redirects/mkdocs-redirects-1.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{7,8} )

inherit distutils-r1

DESCRIPTION="Plugin for Mkdocs page redirects"
HOMEPAGE="
https://github.com/datarobot/mkdocs-redirects
https://pypi.org/project/mkdocs-redirects/
"
SRC_URI="https://github.com/datarobot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
>=dev-python/mkdocs-1.0.4[${PYTHON_USEDEP}]
dev-python/twine[${PYTHON_USEDEP}]
"

0 comments on commit 49a05e1

Please sign in to comment.