New port: textproc/py-smartypants: Translate plain ASCII punctuation into smart typographic HTML

This commit is contained in:
Neel Chauhan 2021-04-16 14:01:43 -07:00
parent 9ea94ea71d
commit 5dce9d0f23
4 changed files with 29 additions and 0 deletions

View File

@ -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

View 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>

View 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

View File

@ -0,0 +1,4 @@
Smartypants translates plain ASCII punctuation characters into smart
typographic punctuation HTML entities.
WWW: https://github.com/leohemsted/smartypants.py