mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
New port: textproc/py-mkdocs-nature: MkDocs theme, a clone of the "greenish" Sphinx theme of the same name
PR: 227309 Submitted by: Kai <freebsd_ports@k-worx.org>
This commit is contained in:
parent
d7ba7667b3
commit
e96dda7563
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466629
@ -1327,6 +1327,7 @@
|
||||
SUBDIR += py-markdown2
|
||||
SUBDIR += py-mistune
|
||||
SUBDIR += py-mkdocs
|
||||
SUBDIR += py-mkdocs-nature
|
||||
SUBDIR += py-mwparserfromhell
|
||||
SUBDIR += py-nltk
|
||||
SUBDIR += py-numpydoc
|
||||
|
20
textproc/py-mkdocs-nature/Makefile
Normal file
20
textproc/py-mkdocs-nature/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mkdocs-nature
|
||||
DISTVERSION= 0.2.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= freebsd_ports@k-worx.org
|
||||
COMMENT= MkDocs theme, a clone of the "greenish" Sphinx theme of the same name
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-mkdocs-nature/distinfo
Normal file
3
textproc/py-mkdocs-nature/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1522960276
|
||||
SHA256 (mkdocs-nature-0.2.1.tar.gz) = 4f99e8b3c9e9eed052d8dc8b92eed6a9cd034139ab43f4ecccb88d1c06d40bdb
|
||||
SIZE (mkdocs-nature-0.2.1.tar.gz) = 48697
|
8
textproc/py-mkdocs-nature/pkg-descr
Normal file
8
textproc/py-mkdocs-nature/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
The MkDocs-Nature theme is a clone of the "greenish" Sphinx theme of the same
|
||||
name and supports a number of features which are configurable by the end user:
|
||||
|
||||
- Theme Variables
|
||||
- Search
|
||||
- Code Highlighting
|
||||
|
||||
WWW: https://waylan.github.io/mkdocs-nature
|
Loading…
Reference in New Issue
Block a user