Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 15:29:59 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491737 - in head/textproc: . py-QDarkStyle
Message-ID:  <201901311529.x0VFTxT8055663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	QDarkStyle
+PORTVERSION=	2.6.5
+CATEGORIES=	textproc devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901311529.x0VFTxT8055663>