mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
New port: textproc/py-smartypants: Translate plain ASCII punctuation into smart typographic HTML
This commit is contained in:
parent
9ea94ea71d
commit
5dce9d0f23
@ -1399,6 +1399,7 @@
|
||||
SUBDIR += py-rst2html5
|
||||
SUBDIR += py-scour
|
||||
SUBDIR += py-simplebayes
|
||||
SUBDIR += py-smartypants
|
||||
SUBDIR += py-snowballstemmer
|
||||
SUBDIR += py-sparqlwrapper
|
||||
SUBDIR += py-sphinx
|
||||
|
21
textproc/py-smartypants/Makefile
Normal file
21
textproc/py-smartypants/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
PORTNAME= smartypants
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.1
|
||||
CATEGORIES= textproc
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= nc@FreeBSD.org
|
||||
COMMENT= Translate plain ASCII punctuation into smart typographic HTML
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= python:3.7+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= leohemsted
|
||||
GH_PROJECT= ${PORTNAME}.py
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-smartypants/distinfo
Normal file
3
textproc/py-smartypants/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1618606512
|
||||
SHA256 (leohemsted-smartypants.py-v2.0.1_GH0.tar.gz) = b98191911ff3b4144ef8ad53e776a2d0ad24bd508a905c6ce523597c40022773
|
||||
SIZE (leohemsted-smartypants.py-v2.0.1_GH0.tar.gz) = 24152
|
4
textproc/py-smartypants/pkg-descr
Normal file
4
textproc/py-smartypants/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Smartypants translates plain ASCII punctuation characters into smart
|
||||
typographic punctuation HTML entities.
|
||||
|
||||
WWW: https://github.com/leohemsted/smartypants.py
|
Loading…
Reference in New Issue
Block a user