pkgsrc-WIP-changes archive

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

py-black: removed, moved to base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Sep 30 17:43:32 2020 +0200
Changeset:	c838319b99faf92b270b60554d264a0f923f4107

Modified Files:
	Makefile
Removed Files:
	py-black/ALTERNATIVES
	py-black/DESCR
	py-black/Makefile
	py-black/PLIST
	py-black/distinfo

Log Message:
py-black: removed, moved to base

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

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

diffstat:
 Makefile              |  1 -
 py-black/ALTERNATIVES |  3 ---
 py-black/DESCR        |  4 ---
 py-black/Makefile     | 35 --------------------------
 py-black/PLIST        | 68 ---------------------------------------------------
 py-black/distinfo     |  6 -----
 6 files changed, 117 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 67e5a94e8c..2ce37993e5 100644
--- a/Makefile
+++ b/Makefile
@@ -3143,7 +3143,6 @@ SUBDIR+=	py-biskit
 SUBDIR+=	py-bitarray
 SUBDIR+=	py-bitsets
 SUBDIR+=	py-bitstring
-SUBDIR+=	py-black
 SUBDIR+=	py-blaze
 SUBDIR+=	py-blist
 SUBDIR+=	py-blosc
diff --git a/py-black/ALTERNATIVES b/py-black/ALTERNATIVES
deleted file mode 100644
index f7fa8d63fb..0000000000
--- a/py-black/ALTERNATIVES
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/black @PREFIX@/bin/black-@PYVERSSUFFIX@
-bin/black-primer @PREFIX@/bin/black-primer-@PYVERSSUFFIX@
-bin/blackd @PREFIX@/bin/blackd-@PYVERSSUFFIX@
diff --git a/py-black/DESCR b/py-black/DESCR
deleted file mode 100644
index ab3150f0f4..0000000000
--- a/py-black/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-By using Black, you agree to cede control over minutiae of hand-formatting. In
-return, Black gives you speed, determinism, and freedom from pycodestyle nagging
-about formatting. You will save time and mental energy for more important
-matters.
diff --git a/py-black/Makefile b/py-black/Makefile
deleted file mode 100644
index 55a883594f..0000000000
--- a/py-black/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	black-20.8b1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	textproc devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=b/black/}
-
-MAINTAINER=	root%zta.lk@localhost
-HOMEPAGE=	https://black.readthedocs.io/
-COMMENT=	Uncompromising Python code formatter
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-DEPENDS+=	${PYPKGPREFIX}-click>=6.5:../../devel/py-click
-DEPENDS+=	${PYPKGPREFIX}-pathspec>=0.6<1:../../devel/py-pathspec
-DEPENDS+=	${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
-DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
-DEPENDS+=	${PYPKGPREFIX}-toml>=0.9.4:../../textproc/py-toml
-DEPENDS+=	${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast
-DEPENDS+=	${PYPKGPREFIX}-regex-[0-9]*:../../textproc/py-regex
-# only for blackd:
-DEPENDS+=	${PYPKGPREFIX}-aiohttp>=3.3.2:../../www/py-aiohttp
-DEPENDS+=	${PYPKGPREFIX}-aiohttp-cors-[0-9]*:../../www/py-aiohttp-cors
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-aiohttp
-
-post-install:
-	cd ${DESTDIR}${PREFIX}/bin && for b in black black-primer blackd; \
-          do ${MV} $$b $$b-${PYVERSSUFFIX}; \
-        done
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-black/PLIST b/py-black/PLIST
deleted file mode 100644
index 959dfe6db0..0000000000
--- a/py-black/PLIST
+++ /dev/null
@@ -1,68 +0,0 @@
-@comment $NetBSD$
-bin/black-${PYVERSSUFFIX}
-bin/black-primer-${PYVERSSUFFIX}
-bin/blackd-${PYVERSSUFFIX}
-${PYSITELIB}/_black_version.py
-${PYSITELIB}/_black_version.pyc
-${PYSITELIB}/_black_version.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/black/__init__.py
-${PYSITELIB}/black/__init__.pyc
-${PYSITELIB}/black/__init__.pyo
-${PYSITELIB}/black/__main__.py
-${PYSITELIB}/black/__main__.pyc
-${PYSITELIB}/black/__main__.pyo
-${PYSITELIB}/black/py.typed
-${PYSITELIB}/black_primer/cli.py
-${PYSITELIB}/black_primer/cli.pyc
-${PYSITELIB}/black_primer/cli.pyo
-${PYSITELIB}/black_primer/lib.py
-${PYSITELIB}/black_primer/lib.pyc
-${PYSITELIB}/black_primer/lib.pyo
-${PYSITELIB}/blackd/__init__.py
-${PYSITELIB}/blackd/__init__.pyc
-${PYSITELIB}/blackd/__init__.pyo
-${PYSITELIB}/blib2to3/Grammar.txt
-${PYSITELIB}/blib2to3/PatternGrammar.txt
-${PYSITELIB}/blib2to3/__init__.py
-${PYSITELIB}/blib2to3/__init__.pyc
-${PYSITELIB}/blib2to3/__init__.pyo
-${PYSITELIB}/blib2to3/pgen2/__init__.py
-${PYSITELIB}/blib2to3/pgen2/__init__.pyc
-${PYSITELIB}/blib2to3/pgen2/__init__.pyo
-${PYSITELIB}/blib2to3/pgen2/conv.py
-${PYSITELIB}/blib2to3/pgen2/conv.pyc
-${PYSITELIB}/blib2to3/pgen2/conv.pyo
-${PYSITELIB}/blib2to3/pgen2/driver.py
-${PYSITELIB}/blib2to3/pgen2/driver.pyc
-${PYSITELIB}/blib2to3/pgen2/driver.pyo
-${PYSITELIB}/blib2to3/pgen2/grammar.py
-${PYSITELIB}/blib2to3/pgen2/grammar.pyc
-${PYSITELIB}/blib2to3/pgen2/grammar.pyo
-${PYSITELIB}/blib2to3/pgen2/literals.py
-${PYSITELIB}/blib2to3/pgen2/literals.pyc
-${PYSITELIB}/blib2to3/pgen2/literals.pyo
-${PYSITELIB}/blib2to3/pgen2/parse.py
-${PYSITELIB}/blib2to3/pgen2/parse.pyc
-${PYSITELIB}/blib2to3/pgen2/parse.pyo
-${PYSITELIB}/blib2to3/pgen2/pgen.py
-${PYSITELIB}/blib2to3/pgen2/pgen.pyc
-${PYSITELIB}/blib2to3/pgen2/pgen.pyo
-${PYSITELIB}/blib2to3/pgen2/token.py
-${PYSITELIB}/blib2to3/pgen2/token.pyc
-${PYSITELIB}/blib2to3/pgen2/token.pyo
-${PYSITELIB}/blib2to3/pgen2/tokenize.py
-${PYSITELIB}/blib2to3/pgen2/tokenize.pyc
-${PYSITELIB}/blib2to3/pgen2/tokenize.pyo
-${PYSITELIB}/blib2to3/pygram.py
-${PYSITELIB}/blib2to3/pygram.pyc
-${PYSITELIB}/blib2to3/pygram.pyo
-${PYSITELIB}/blib2to3/pytree.py
-${PYSITELIB}/blib2to3/pytree.pyc
-${PYSITELIB}/blib2to3/pytree.pyo
diff --git a/py-black/distinfo b/py-black/distinfo
deleted file mode 100644
index d818f0f92d..0000000000
--- a/py-black/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (black-20.8b1.tar.gz) = 65462f991edd03e8e7f4f26364d2ace6757b17b8
-RMD160 (black-20.8b1.tar.gz) = 63de27671405a15165325731e0b74e4bfe1be80d
-SHA512 (black-20.8b1.tar.gz) = f047c2a1ce759a8e19eed2e1869752bb8a63bf17a554aff5d9e834a48cd390b23918b78e01d5c36c0fb7599439d7e422847bde504ff698d53df5c5939a8870d2
-Size (black-20.8b1.tar.gz) = 1096433 bytes


Home | Main Index | Thread Index | Old Index