pkgsrc-WIP-changes archive

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

py-colormath: Update to latest release and adopt



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 20 07:45:15 2023 -0500
Changeset:	5621584e2c8d292d6a1773710d3606c373efd3a7

Modified Files:
	py-colormath/DESCR
	py-colormath/Makefile
	py-colormath/distinfo

Log Message:
py-colormath: Update to latest release and adopt

Last commit by creator was in 2016

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5621584e2c8d292d6a1773710d3606c373efd3a7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-colormath/DESCR    | 11 +++++++++++
 py-colormath/Makefile | 25 +++++++++++++------------
 py-colormath/distinfo |  6 +++---
 3 files changed, 27 insertions(+), 15 deletions(-)

diffs:
diff --git a/py-colormath/DESCR b/py-colormath/DESCR
index e69de29bb2..e4b7cf51a9 100644
--- a/py-colormath/DESCR
+++ b/py-colormath/DESCR
@@ -0,0 +1,11 @@
+colormath is a simple Python module that spares the user from directly dealing
+with color math.
+Some features include:
+ * Support for a wide range of color spaces. A good chunk of the CIE spaces,
+   RGB, HSL/HSV, CMY/CMYK, and many more.
+ * Conversions between the various color spaces. For example, XYZ to sRGB,
+   Spectral to XYZ, CIE Lab to Adobe RGB.
+ * Calculation of color difference. All CIE Delta E functions, plus CMC.
+ * Chromatic adaptations (changing illuminants).
+ * RGB to hex and vice-versa.
+ * 16-bit RGB support.
diff --git a/py-colormath/Makefile b/py-colormath/Makefile
index c7ead736c1..719a355585 100644
--- a/py-colormath/Makefile
+++ b/py-colormath/Makefile
@@ -1,20 +1,21 @@
 # $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Thu Jul 20 07:40:39 CDT 2023               #
+###########################################################
 
-DISTNAME=	colormath-2.1.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=	colormath-3.0.0
+PKGNAME=	${PYPKGPREFIX}-colormath-3.0.0
 CATEGORIES=	math
-MASTER_SITES=	https://pypi.python.org/packages/f5/f0/1358c821de66e5f3fc107b8a1afbea100a3bbaa0f7024f990b5d1911a055/
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/colormath/}
 
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/gtaylor/python-colormath
-COMMENT=	Color math and conversion library
-LICENSE=	modified-bsd
+OWNER=		bacon%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.org/project/colormath/
+COMMENT=	Module that spares the user from directly dealing with color math
+LICENSE=	2-clause-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
-
-WRKSRC=		${WRKDIR}/colormath-2.1.1
-
-USE_LANGUAGES=	# none
+DEPENDS+=	${PYPKGPREFIX}-networkx>=1.9.1:../../math/py-networkx
 
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-colormath/distinfo b/py-colormath/distinfo
index 1fb6c0cbac..a036b1c039 100644
--- a/py-colormath/distinfo
+++ b/py-colormath/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (colormath-2.1.1.tar.gz) = 71dd664780423b2875ce41ccd365ce59d3f89318
-SHA512 (colormath-2.1.1.tar.gz) = 56c798108963fbaa377fdc6ebf426acdece5d77d39d748a3a87bfb62965f727c7075810bb17aa81f61d884fc0536c4e0cac7be22fa36d730eff21d7aa2a6c608
-Size (colormath-2.1.1.tar.gz) = 39048 bytes
+BLAKE2s (colormath-3.0.0.tar.gz) = 2076721b972a1c05f64976559db7abdb8f79192b8e5df04b96ad1e112b9d0d4e
+SHA512 (colormath-3.0.0.tar.gz) = 12d1ab931000dadb087fdf7e56280690ff51a299e976347026703eac83373edcacd3310255fd52e05d842aab54d4f7d3ed19deda8db4b78574a7273f1c8cc058
+Size (colormath-3.0.0.tar.gz) = 39761 bytes


Home | Main Index | Thread Index | Old Index