1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add new port www/py-css-parser:

A fork of the cssutils project based on version 1.0.2. This fork
includes general bug fixes and extensions specific to editing and
working with ebooks.

WWW: https://github.com/ebook-utils/css-parser
This commit is contained in:
Guido Falsi 2019-01-05 08:23:44 +00:00
parent 8e0cd6eefe
commit f4d8db370b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489306
4 changed files with 34 additions and 0 deletions

View File

@ -1503,6 +1503,7 @@
SUBDIR += py-collective.easytemplate
SUBDIR += py-collective.templateengines
SUBDIR += py-cookies
SUBDIR += py-css-parser
SUBDIR += py-cssmin
SUBDIR += py-cssselect
SUBDIR += py-cssutils

View File

@ -0,0 +1,25 @@
# Created by: ijliao
# $FreeBSD$
PORTNAME= css-parser
PORTVERSION= 1.0.4
DISTVERSIONPREFIX= v
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= CSS related utilities (parsing, serialization, etc) for python
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSER
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
USE_GITHUB= yes
GH_ACCOUNT= ebook-utils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1546614503
SHA256 (ebook-utils-css-parser-v1.0.4_GH0.tar.gz) = ccfa62d56ccb892bd89f26926142692998db7757b691929c181af350d77c2c45
SIZE (ebook-utils-css-parser-v1.0.4_GH0.tar.gz) = 349089

View File

@ -0,0 +1,5 @@
A fork of the cssutils project based on version 1.0.2. This fork
includes general bug fixes and extensions specific to editing and
working with ebooks.
WWW: https://github.com/ebook-utils/css-parser