mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add textproc/py-alabaster and textproc/py-snowballstemmer, required
components of the upcoming textproc/py-sphinx update for doc building.
This commit is contained in:
parent
61ccdb94ea
commit
f9a57b1628
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392000
@ -1171,6 +1171,7 @@
|
||||
SUBDIR += py-MarkupSafe
|
||||
SUBDIR += py-Tempita
|
||||
SUBDIR += py-acora
|
||||
SUBDIR += py-alabaster
|
||||
SUBDIR += py-asciinema
|
||||
SUBDIR += py-asv
|
||||
SUBDIR += py-bugzillatools
|
||||
@ -1231,6 +1232,7 @@
|
||||
SUBDIR += py-rstyoutube
|
||||
SUBDIR += py-rxp
|
||||
SUBDIR += py-sgrep
|
||||
SUBDIR += py-snowballstemmer
|
||||
SUBDIR += py-sparqlwrapper
|
||||
SUBDIR += py-sphinx
|
||||
SUBDIR += py-sphinx-intl
|
||||
|
17
textproc/py-alabaster/Makefile
Normal file
17
textproc/py-alabaster/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alabaster
|
||||
PORTVERSION= 0.7.6
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
COMMENT= Modified Kr Sphinx theme
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-alabaster/distinfo
Normal file
2
textproc/py-alabaster/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (alabaster-0.7.6.tar.gz) = 309d33e0282c8209f792f3527f41ec04e508ff837c61fc1906dde988a256deeb
|
||||
SIZE (alabaster-0.7.6.tar.gz) = 16598
|
4
textproc/py-alabaster/pkg-descr
Normal file
4
textproc/py-alabaster/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Based off the original Flask and KR themes, this is a more
|
||||
extensible version of the prior.
|
||||
|
||||
WWW: https://github.com/bitprophet/alabaster
|
17
textproc/py-snowballstemmer/Makefile
Normal file
17
textproc/py-snowballstemmer/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= snowballstemmer
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
COMMENT= Pure Python stemming library
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-snowballstemmer/distinfo
Normal file
2
textproc/py-snowballstemmer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (snowballstemmer-1.2.0.tar.gz) = 6d54f350e7a0e48903a4e3b6b2cabd1b43e23765fbc975065402893692954191
|
||||
SIZE (snowballstemmer-1.2.0.tar.gz) = 49639
|
4
textproc/py-snowballstemmer/pkg-descr
Normal file
4
textproc/py-snowballstemmer/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a pure Python stemming library. If PyStemmer is
|
||||
available, this module uses it to accelerate.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/snowballstemmer
|
Loading…
Reference in New Issue
Block a user