svn commit: r491737 - in head/textproc: . py-QDarkStyle

Emanuel Haupt ehaupt at FreeBSD.org
Thu Jan 31 15:30:00 UTC 2019


Author: ehaupt
Date: Thu Jan 31 15:29:58 2019
New Revision: 491737
URL: https://svnweb.freebsd.org/changeset/ports/491737

Log:
  Add py-QDarkStyle 2.6.5, dark stylesheet for Python and Qt applications.

Added:
  head/textproc/py-QDarkStyle/
  head/textproc/py-QDarkStyle/Makefile   (contents, props changed)
  head/textproc/py-QDarkStyle/distinfo   (contents, props changed)
  head/textproc/py-QDarkStyle/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Jan 31 15:27:24 2019	(r491736)
+++ head/textproc/Makefile	Thu Jan 31 15:29:58 2019	(r491737)
@@ -1263,6 +1263,7 @@
     SUBDIR += py-Chameleon
     SUBDIR += py-CommonMark
     SUBDIR += py-MarkupSafe
+    SUBDIR += py-QDarkStyle
     SUBDIR += py-Tempita
     SUBDIR += py-acora
     SUBDIR += py-agate

Added: head/textproc/py-QDarkStyle/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-QDarkStyle/Makefile	Thu Jan 31 15:29:58 2019	(r491737)
@@ -0,0 +1,21 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	QDarkStyle
+PORTVERSION=	2.6.5
+CATEGORIES=	textproc devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt at FreeBSD.org
+COMMENT=	Dark stylesheet for Python and Qt applications
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-QDarkStyle/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-QDarkStyle/distinfo	Thu Jan 31 15:29:58 2019	(r491737)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548505005
+SHA256 (QDarkStyle-2.6.5.tar.gz) = 96b14cd0440a0f73db4e14c5accdaa08072625d0395ae011d444508cbd73eb9e
+SIZE (QDarkStyle-2.6.5.tar.gz) = 199161

Added: head/textproc/py-QDarkStyle/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-QDarkStyle/pkg-descr	Thu Jan 31 15:29:58 2019	(r491737)
@@ -0,0 +1,3 @@
+A dark stylesheet for Python and Qt applications.
+
+WWW: https://pypi.org/project/QDarkStyle/


More information about the svn-ports-head mailing list