py-colour: remove

Does not build, dead upstream since 2017, not used in pkgsrc.
This commit is contained in:
wiz 2023-07-03 21:20:11 +00:00
parent 582b82047c
commit e06ce30f6d
6 changed files with 3 additions and 49 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2023,v 1.4210 2023/07/03 21:06:38 wiz Exp $
$NetBSD: CHANGES-2023,v 1.4211 2023/07/03 21:20:11 wiz Exp $
Changes to the packages collection and infrastructure in 2023:
@ -5879,3 +5879,4 @@ Changes to the packages collection and infrastructure in 2023:
Updated shells/oh-my-posh to 17.6.0 [pin 2023-07-03]
Updated pkgtools/python-versions-check to 1.4 [wiz 2023-07-03]
Removed devel/py-stsci.distutils [wiz 2023-07-03]
Removed textproc/py-colour [wiz 2023-07-03]

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1409 2023/06/04 19:35:47 wiz Exp $
# $NetBSD: Makefile,v 1.1410 2023/07/03 21:20:11 wiz Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@ -1011,7 +1011,6 @@ SUBDIR+= py-cmarkgfm
SUBDIR+= py-cmudict
SUBDIR+= py-color
SUBDIR+= py-colored
SUBDIR+= py-colour
SUBDIR+= py-commonmark
SUBDIR+= py-creole
SUBDIR+= py-css-parser

View file

@ -1,12 +0,0 @@
Converts and manipulates common colour representations (RGB, HSV, web, ...)
Features:
* Damn simple and pythonic way to manipulate colour representations
* Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human colour
* One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb ...)
* Web format that uses the smallest representation between 6-digit, 3-digit,
fully-spelled colour, that is following W3C color naming for CSS or HTML
colour specifications.
* Smooth intuitive colour scale generation choosing N colour gradients.
* Can pick colours for you to identify objects of your application.

View file

@ -1,19 +0,0 @@
# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:53 wiz Exp $
DISTNAME= colour-0.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/colour/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/vaab/colour
COMMENT= Converts and manipulates various color representation
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-d2to1-[0-9]*:../../devel/py-d2to1
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,10 +0,0 @@
@comment $NetBSD: PLIST,v 1.3 2017/09/26 17:41:28 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/colour.py
${PYSITELIB}/colour.pyc
${PYSITELIB}/colour.pyo

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.7 2021/10/26 11:23:01 nia Exp $
BLAKE2s (colour-0.1.5.tar.gz) = b091c4a4db13c55913eea3a971586df53d34177aec5ee862c22ffd926c1a7862
SHA512 (colour-0.1.5.tar.gz) = 09a5160862bf10cd5f4a94e43c63d6f2a5db43bcaae0e9d8f66900113ec04471e22d0bec7412f0289c6f1e6871c1a544f5be36266aa8d6fd5ec274bd461d9df8
Size (colour-0.1.5.tar.gz) = 24776 bytes