diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-31 15:29:58 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-31 15:29:58 +0000 |
commit | cec6ecad2ce89d76c62f2c1850d2137ad946f4f7 (patch) | |
tree | 2cb1f1d291e4a2d9d69e6535f3b55232c5353260 | |
parent | 5ca52ddd1d9010c9c06e191825e99f6df68c4515 (diff) | |
download | freebsd-ports-cec6ecad2ce89d76c62f2c1850d2137ad946f4f7.zip |
Add py-QDarkStyle 2.6.5, dark stylesheet for Python and Qt applications.
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-QDarkStyle/Makefile | 21 | ||||
-rw-r--r-- | textproc/py-QDarkStyle/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-QDarkStyle/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f60018b9f2ed..5a5deb80d6fb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/py-QDarkStyle/Makefile b/textproc/py-QDarkStyle/Makefile new file mode 100644 index 000000000000..602f99ae484d --- /dev/null +++ b/textproc/py-QDarkStyle/Makefile @@ -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> diff --git a/textproc/py-QDarkStyle/distinfo b/textproc/py-QDarkStyle/distinfo new file mode 100644 index 000000000000..f3c9827a4a0c --- /dev/null +++ b/textproc/py-QDarkStyle/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1548505005 +SHA256 (QDarkStyle-2.6.5.tar.gz) = 96b14cd0440a0f73db4e14c5accdaa08072625d0395ae011d444508cbd73eb9e +SIZE (QDarkStyle-2.6.5.tar.gz) = 199161 diff --git a/textproc/py-QDarkStyle/pkg-descr b/textproc/py-QDarkStyle/pkg-descr new file mode 100644 index 000000000000..f38e3277d50f --- /dev/null +++ b/textproc/py-QDarkStyle/pkg-descr @@ -0,0 +1,3 @@ +A dark stylesheet for Python and Qt applications. + +WWW: https://pypi.org/project/QDarkStyle/ |