mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/mkdocs-bootswatch: add version 0.4.0
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mkdocs-bootswatch-0.1.0.tar.gz 4350835 SHA256 8123a872ceba41b63c06f6e7adf46d6d8e6ac74d4fc633df1bf01177b0a63e4e SHA512 1cd770674308fadfaf33a80d6c1e2c0f2c9b1386ce3eb84ccdace02f6a29a9d512b9538ebd1e8a77c2d8d802694fc873936681f531c125bd739eeb4d33ca0e5e WHIRLPOOL fb029d8538588733e60a85c1d14555b6938f706a2943492fbc6c4a02ebfd0ceaca90a92f0138286d0848974a866db080b3326812e2f6db3e21ac5a8d5335896f
|
||||
DIST mkdocs-bootswatch-0.4.0.tar.gz 4409488 SHA256 f8036ff93134ee3a45da255d75c12b4cd35e4c684c77bcee6b7779d45887d218 SHA512 46ab2f40fc5167dd96e7dd6d80b99696f371c46a1f0dca029dc444d352da71c0f05f765acd67a7a79a9e3f15140c0b0cec4e395fa247b4bc09f3b77d69b905ec WHIRLPOOL 48cdb12ed81e0cf319480ddc9e9e4652bf4466906ff435e2576f962f1f37caf52b899a1edf35ea05873b1548aa20a35943c57dc51968c8cffa0e0cc61a24d8b1
|
||||
|
||||
20
dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild
Normal file
20
dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Bootswatch themes for MkDocs"
|
||||
HOMEPAGE="http://www.mkdocs.org"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND=""
|
||||
Reference in New Issue
Block a user