pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc py-tinycss: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83ba80c2e065
branches:  trunk
changeset: 340996:83ba80c2e065
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 12 08:57:12 2019 +0000

description:
py-tinycss: remove

Does not package with python-3.7, no users in pkgsrc, successor
textproc/py-tinycss2.

diffstat:

 doc/CHANGES-2019             |   3 +-
 textproc/Makefile            |   3 +-
 textproc/py-tinycss/DESCR    |   8 -----
 textproc/py-tinycss/Makefile |  14 ---------
 textproc/py-tinycss/PLIST    |  64 --------------------------------------------
 textproc/py-tinycss/distinfo |   6 ----
 6 files changed, 3 insertions(+), 95 deletions(-)

diffs (139 lines):

diff -r 18d405b460da -r 83ba80c2e065 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Sat Oct 12 05:35:03 2019 +0000
+++ b/doc/CHANGES-2019  Sat Oct 12 08:57:12 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.4315 2019/10/11 23:47:51 gdt Exp $
+$NetBSD: CHANGES-2019,v 1.4316 2019/10/12 08:57:12 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -6939,3 +6939,4 @@
        Updated sysutils/py-psutil to 5.6.3nb2 [kamil 2019-10-11]
        Updated pkgtools/pkglint to 19.3.1 [rillig 2019-10-11]
        Updated print/gutenprint-lib to 5.3.3 [gdt 2019-10-11]
+       Removed textproc/py-tinycss successor textproc/py-tinycss2 [wiz 2019-10-12]
diff -r 18d405b460da -r 83ba80c2e065 textproc/Makefile
--- a/textproc/Makefile Sat Oct 12 05:35:03 2019 +0000
+++ b/textproc/Makefile Sat Oct 12 08:57:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1057 2019/10/08 18:39:43 rhialto Exp $
+# $NetBSD: Makefile,v 1.1058 2019/10/12 08:57:12 wiz Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -878,7 +878,6 @@
 SUBDIR+=       py-tabulate
 SUBDIR+=       py-text-unidecode
 SUBDIR+=       py-textile
-SUBDIR+=       py-tinycss
 SUBDIR+=       py-tinycss2
 SUBDIR+=       py-toml
 SUBDIR+=       py-ujson
diff -r 18d405b460da -r 83ba80c2e065 textproc/py-tinycss/DESCR
--- a/textproc/py-tinycss/DESCR Sat Oct 12 05:35:03 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-tinycss is a complete yet simple CSS parser for Python. It supports the full
-syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
-
- * CSS Color 3;
- * CSS Paged Media 3;
-
-It is designed to be easy to extend for new CSS modules and syntax, and
-integrates well with cssselect for Selectors 3 support.
diff -r 18d405b460da -r 83ba80c2e065 textproc/py-tinycss/Makefile
--- a/textproc/py-tinycss/Makefile      Sat Oct 12 05:35:03 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:20 wiz Exp $
-
-DISTNAME=      tinycss-0.4
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    python textproc
-MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tinycss/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://tinycss.readthedocs.io/
-COMMENT=       Complete yet simple CSS parser for Python
-LICENSE=       modified-bsd
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 18d405b460da -r 83ba80c2e065 textproc/py-tinycss/PLIST
--- a/textproc/py-tinycss/PLIST Sat Oct 12 05:35:03 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2017/01/10 13:54:43 kleink Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/tinycss/__init__.py
-${PYSITELIB}/tinycss/__init__.pyc
-${PYSITELIB}/tinycss/__init__.pyo
-${PYSITELIB}/tinycss/color3.py
-${PYSITELIB}/tinycss/color3.pyc
-${PYSITELIB}/tinycss/color3.pyo
-${PYSITELIB}/tinycss/css21.py
-${PYSITELIB}/tinycss/css21.pyc
-${PYSITELIB}/tinycss/css21.pyo
-${PYSITELIB}/tinycss/decoding.py
-${PYSITELIB}/tinycss/decoding.pyc
-${PYSITELIB}/tinycss/decoding.pyo
-${PYSITELIB}/tinycss/fonts3.py
-${PYSITELIB}/tinycss/fonts3.pyc
-${PYSITELIB}/tinycss/fonts3.pyo
-${PYSITELIB}/tinycss/page3.py
-${PYSITELIB}/tinycss/page3.pyc
-${PYSITELIB}/tinycss/page3.pyo
-${PYSITELIB}/tinycss/parsing.py
-${PYSITELIB}/tinycss/parsing.pyc
-${PYSITELIB}/tinycss/parsing.pyo
-${PYSITELIB}/tinycss/speedups.so
-${PYSITELIB}/tinycss/tests/__init__.py
-${PYSITELIB}/tinycss/tests/__init__.pyc
-${PYSITELIB}/tinycss/tests/__init__.pyo
-${PYSITELIB}/tinycss/tests/speed.py
-${PYSITELIB}/tinycss/tests/speed.pyc
-${PYSITELIB}/tinycss/tests/speed.pyo
-${PYSITELIB}/tinycss/tests/test_api.py
-${PYSITELIB}/tinycss/tests/test_api.pyc
-${PYSITELIB}/tinycss/tests/test_api.pyo
-${PYSITELIB}/tinycss/tests/test_color3.py
-${PYSITELIB}/tinycss/tests/test_color3.pyc
-${PYSITELIB}/tinycss/tests/test_color3.pyo
-${PYSITELIB}/tinycss/tests/test_css21.py
-${PYSITELIB}/tinycss/tests/test_css21.pyc
-${PYSITELIB}/tinycss/tests/test_css21.pyo
-${PYSITELIB}/tinycss/tests/test_decoding.py
-${PYSITELIB}/tinycss/tests/test_decoding.pyc
-${PYSITELIB}/tinycss/tests/test_decoding.pyo
-${PYSITELIB}/tinycss/tests/test_fonts3.py
-${PYSITELIB}/tinycss/tests/test_fonts3.pyc
-${PYSITELIB}/tinycss/tests/test_fonts3.pyo
-${PYSITELIB}/tinycss/tests/test_page3.py
-${PYSITELIB}/tinycss/tests/test_page3.pyc
-${PYSITELIB}/tinycss/tests/test_page3.pyo
-${PYSITELIB}/tinycss/tests/test_tokenizer.py
-${PYSITELIB}/tinycss/tests/test_tokenizer.pyc
-${PYSITELIB}/tinycss/tests/test_tokenizer.pyo
-${PYSITELIB}/tinycss/token_data.py
-${PYSITELIB}/tinycss/token_data.pyc
-${PYSITELIB}/tinycss/token_data.pyo
-${PYSITELIB}/tinycss/tokenizer.py
-${PYSITELIB}/tinycss/tokenizer.pyc
-${PYSITELIB}/tinycss/tokenizer.pyo
-${PYSITELIB}/tinycss/version.py
-${PYSITELIB}/tinycss/version.pyc
-${PYSITELIB}/tinycss/version.pyo
diff -r 18d405b460da -r 83ba80c2e065 textproc/py-tinycss/distinfo
--- a/textproc/py-tinycss/distinfo      Sat Oct 12 05:35:03 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2017/01/10 13:54:43 kleink Exp $
-
-SHA1 (tinycss-0.4.tar.gz) = 8624e198991b21b47565eb1811049d8330a744ed
-RMD160 (tinycss-0.4.tar.gz) = fa2d6427336e8f3b12820c4904ef0aabe03c65a7
-SHA512 (tinycss-0.4.tar.gz) = 13a50332cddc28026fd7ecc007e14085976284e69de6ea93d1013502fd9791694092c010947b13dcd23f3a2df65f277f62410abd90d03eac16fa5af913673b0a
-Size (tinycss-0.4.tar.gz) = 87759 bytes



Home | Main Index | Thread Index | Old Index