pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Removed devel/py-isort4, devel/py-lama7, also from ver...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95b3aecf9519
branches: trunk
changeset: 389092:95b3aecf9519
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 30 10:43:00 2022 +0000
description:
Removed devel/py-isort4, devel/py-lama7, also from versioned_dependencies.mk
diffstat:
devel/Makefile | 4 +-
devel/py-isort4/ALTERNATIVES | 1 -
devel/py-isort4/DESCR | 4 -
devel/py-isort4/Makefile | 36 ----------------
devel/py-isort4/PLIST | 41 -------------------
devel/py-isort4/distinfo | 5 --
devel/py-lama7/ALTERNATIVES | 1 -
devel/py-lama7/DESCR | 11 -----
devel/py-lama7/Makefile | 34 ---------------
devel/py-lama7/PLIST | 75 -----------------------------------
devel/py-lama7/distinfo | 6 --
devel/py-lama7/patches/patch-setup.py | 15 -------
lang/python/versioned_dependencies.mk | 10 +---
13 files changed, 3 insertions(+), 240 deletions(-)
diffs (truncated from 332 to 300 lines):
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/Makefile
--- a/devel/Makefile Wed Nov 30 10:39:08 2022 +0000
+++ b/devel/Makefile Wed Nov 30 10:43:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3835 2022/11/29 12:42:52 taca Exp $
+# $NetBSD: Makefile,v 1.3836 2022/11/30 10:43:00 adam Exp $
#
COMMENT= Development utilities
@@ -2543,7 +2543,6 @@
SUBDIR+= py-iso-639
SUBDIR+= py-iso3166
SUBDIR+= py-isort
-SUBDIR+= py-isort4
SUBDIR+= py-itanium_demangler
SUBDIR+= py-jaraco.classes
SUBDIR+= py-jaraco.collections
@@ -2565,7 +2564,6 @@
SUBDIR+= py-kjbuckets
SUBDIR+= py-lama
SUBDIR+= py-lama-quotes
-SUBDIR+= py-lama7
SUBDIR+= py-lazr.config
SUBDIR+= py-lazr.delegates
SUBDIR+= py-lazy-object-proxy
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-isort4/ALTERNATIVES
--- a/devel/py-isort4/ALTERNATIVES Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-bin/isort @PREFIX@/bin/isort-@PYVERSSUFFIX@
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-isort4/DESCR
--- a/devel/py-isort4/DESCR Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-isort is a Python utility / library to sort imports alphabetically,
-and automatically separated into sections. It provides a command
-line utility, Python library and plugins for various editors to
-quickly sort all your imports.
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-isort4/Makefile
--- a/devel/py-isort4/Makefile Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2022/06/18 21:47:01 wiz Exp $
-
-DISTNAME= isort-4.3.21
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/timothycrosley/isort
-COMMENT= Python utility / library to sort imports
-LICENSE= mit
-
-PYTHON_VERSIONED_DEPENDENCIES+= lama
-PYTHON_VERSIONED_DEPENDENCIES+= test:test
-
-USE_PKG_RESOURCES= yes
-
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
-DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
-.endif
-
-USE_LANGUAGES= # none
-
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} isort isort-${PYVERSSUFFIX} || ${TRUE}
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test_isort.py
-
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-isort4/PLIST
--- a/devel/py-isort4/PLIST Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2021/07/30 17:37:37 adam Exp $
-bin/isort-${PYVERSSUFFIX}
-${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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/isort/__init__.py
-${PYSITELIB}/isort/__init__.pyc
-${PYSITELIB}/isort/__init__.pyo
-${PYSITELIB}/isort/__main__.py
-${PYSITELIB}/isort/__main__.pyc
-${PYSITELIB}/isort/__main__.pyo
-${PYSITELIB}/isort/finders.py
-${PYSITELIB}/isort/finders.pyc
-${PYSITELIB}/isort/finders.pyo
-${PYSITELIB}/isort/hooks.py
-${PYSITELIB}/isort/hooks.pyc
-${PYSITELIB}/isort/hooks.pyo
-${PYSITELIB}/isort/isort.py
-${PYSITELIB}/isort/isort.pyc
-${PYSITELIB}/isort/isort.pyo
-${PYSITELIB}/isort/main.py
-${PYSITELIB}/isort/main.pyc
-${PYSITELIB}/isort/main.pyo
-${PYSITELIB}/isort/natural.py
-${PYSITELIB}/isort/natural.pyc
-${PYSITELIB}/isort/natural.pyo
-${PYSITELIB}/isort/pie_slice.py
-${PYSITELIB}/isort/pie_slice.pyc
-${PYSITELIB}/isort/pie_slice.pyo
-${PYSITELIB}/isort/pylama_isort.py
-${PYSITELIB}/isort/pylama_isort.pyc
-${PYSITELIB}/isort/pylama_isort.pyo
-${PYSITELIB}/isort/settings.py
-${PYSITELIB}/isort/settings.pyc
-${PYSITELIB}/isort/settings.pyo
-${PYSITELIB}/isort/utils.py
-${PYSITELIB}/isort/utils.pyc
-${PYSITELIB}/isort/utils.pyo
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-isort4/distinfo
--- a/devel/py-isort4/distinfo Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:18:35 nia Exp $
-
-BLAKE2s (isort-4.3.21.tar.gz) = f7927e628881f661a6dbfaff60060bd1e95801a522630cee347fd262c5f8c07f
-SHA512 (isort-4.3.21.tar.gz) = 2a35107baf7c78c03bab3ea2fadd0c6cbc8db219acd388600b01ace27c91e6c651355e1ecfeb03b1ef2893a1d066b3d2f182a0008e3c341193ac156b8aea0dc2
-Size (isort-4.3.21.tar.gz) = 69546 bytes
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-lama7/ALTERNATIVES
--- a/devel/py-lama7/ALTERNATIVES Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-bin/pylama @PREFIX@/bin/pylama-@PYVERSSUFFIX@
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-lama7/DESCR
--- a/devel/py-lama7/DESCR Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-Code audit tool for Python and JavaScript. Pylama wraps these tools:
-* pycodestyle (formerly pep8)
-* pydocstyle (formerly pep257)
-* PyFlakes
-* Mccabe
-* Pylint
-* Radon
-* gjslin
-* eradicate
-
-This package contains the last version supporting python 2.7.
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-lama7/Makefile
--- a/devel/py-lama7/Makefile Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2022/06/18 22:02:38 wiz Exp $
-
-DISTNAME= pylama-7.7.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylama/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/klen/pylama
-COMMENT= Code audit tool for Python
-LICENSE= gnu-lgpl-v3
-
-DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.3.1:../../devel/py-codestyle
-DEPENDS+= ${PYPKGPREFIX}-docstyle>=2.0.0:../../devel/py-docstyle3
-DEPENDS+= ${PYPKGPREFIX}-flakes>=1.5.0:../../devel/py-flakes
-DEPENDS+= ${PYPKGPREFIX}-mccabe-[0-9]*:../../devel/py-mccabe06
-# extensions
-DEPENDS+= ${PYPKGPREFIX}-eradicate-[0-9]*:../../textproc/py-eradicate
-DEPENDS+= ${PYPKGPREFIX}-radon>=1.4.2:../../devel/py-radon
-DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test4
-
-USE_PKG_RESOURCES= yes
-
-PYTHON_VERSIONS_ACCEPTED= 27
-
-USE_LANGUAGES= # none
-
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} pylama pylama-${PYVERSSUFFIX} || ${TRUE}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-lama7/PLIST
--- a/devel/py-lama7/PLIST Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2022/06/18 21:44:34 wiz Exp $
-bin/pylama-${PYVERSSUFFIX}
-${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}/pylama/__init__.py
-${PYSITELIB}/pylama/__init__.pyc
-${PYSITELIB}/pylama/__init__.pyo
-${PYSITELIB}/pylama/__main__.py
-${PYSITELIB}/pylama/__main__.pyc
-${PYSITELIB}/pylama/__main__.pyo
-${PYSITELIB}/pylama/check_async.py
-${PYSITELIB}/pylama/check_async.pyc
-${PYSITELIB}/pylama/check_async.pyo
-${PYSITELIB}/pylama/config.py
-${PYSITELIB}/pylama/config.pyc
-${PYSITELIB}/pylama/config.pyo
-${PYSITELIB}/pylama/core.py
-${PYSITELIB}/pylama/core.pyc
-${PYSITELIB}/pylama/core.pyo
-${PYSITELIB}/pylama/errors.py
-${PYSITELIB}/pylama/errors.pyc
-${PYSITELIB}/pylama/errors.pyo
-${PYSITELIB}/pylama/hook.py
-${PYSITELIB}/pylama/hook.pyc
-${PYSITELIB}/pylama/hook.pyo
-${PYSITELIB}/pylama/libs/__init__.py
-${PYSITELIB}/pylama/libs/__init__.pyc
-${PYSITELIB}/pylama/libs/__init__.pyo
-${PYSITELIB}/pylama/libs/importlib.py
-${PYSITELIB}/pylama/libs/importlib.pyc
-${PYSITELIB}/pylama/libs/importlib.pyo
-${PYSITELIB}/pylama/libs/inirama.py
-${PYSITELIB}/pylama/libs/inirama.pyc
-${PYSITELIB}/pylama/libs/inirama.pyo
-${PYSITELIB}/pylama/lint/__init__.py
-${PYSITELIB}/pylama/lint/__init__.pyc
-${PYSITELIB}/pylama/lint/__init__.pyo
-${PYSITELIB}/pylama/lint/extensions.py
-${PYSITELIB}/pylama/lint/extensions.pyc
-${PYSITELIB}/pylama/lint/extensions.pyo
-${PYSITELIB}/pylama/lint/pylama_eradicate.py
-${PYSITELIB}/pylama/lint/pylama_eradicate.pyc
-${PYSITELIB}/pylama/lint/pylama_eradicate.pyo
-${PYSITELIB}/pylama/lint/pylama_mccabe.py
-${PYSITELIB}/pylama/lint/pylama_mccabe.pyc
-${PYSITELIB}/pylama/lint/pylama_mccabe.pyo
-${PYSITELIB}/pylama/lint/pylama_mypy.py
-${PYSITELIB}/pylama/lint/pylama_mypy.pyc
-${PYSITELIB}/pylama/lint/pylama_mypy.pyo
-${PYSITELIB}/pylama/lint/pylama_pycodestyle.py
-${PYSITELIB}/pylama/lint/pylama_pycodestyle.pyc
-${PYSITELIB}/pylama/lint/pylama_pycodestyle.pyo
-${PYSITELIB}/pylama/lint/pylama_pydocstyle.py
-${PYSITELIB}/pylama/lint/pylama_pydocstyle.pyc
-${PYSITELIB}/pylama/lint/pylama_pydocstyle.pyo
-${PYSITELIB}/pylama/lint/pylama_pyflakes.py
-${PYSITELIB}/pylama/lint/pylama_pyflakes.pyc
-${PYSITELIB}/pylama/lint/pylama_pyflakes.pyo
-${PYSITELIB}/pylama/lint/pylama_pylint.py
-${PYSITELIB}/pylama/lint/pylama_pylint.pyc
-${PYSITELIB}/pylama/lint/pylama_pylint.pyo
-${PYSITELIB}/pylama/lint/pylama_radon.py
-${PYSITELIB}/pylama/lint/pylama_radon.pyc
-${PYSITELIB}/pylama/lint/pylama_radon.pyo
-${PYSITELIB}/pylama/main.py
-${PYSITELIB}/pylama/main.pyc
-${PYSITELIB}/pylama/main.pyo
-${PYSITELIB}/pylama/pytest.py
-${PYSITELIB}/pylama/pytest.pyc
-${PYSITELIB}/pylama/pytest.pyo
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-lama7/distinfo
--- a/devel/py-lama7/distinfo Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2022/06/18 21:44:34 wiz Exp $
-
-BLAKE2s (pylama-7.7.1.tar.gz) = 6f0c9bed178483e7eaa8331ad8cf577d3f493302fd78b21c4c13209d093aa0dd
-SHA512 (pylama-7.7.1.tar.gz) = 859b7e12846f9e1183f15eaa3d172ff6aa6e759c419696450048c6a659b8aee086a4d8e47004a0552596674850303e08179dd98c8d942dd9165ca88585017676
-Size (pylama-7.7.1.tar.gz) = 33278 bytes
-SHA1 (patch-setup.py) = b0efe33e509008ad6e696eaf17cad60ac6750370
diff -r 8a8b365f1cd3 -r 95b3aecf9519 devel/py-lama7/patches/patch-setup.py
--- a/devel/py-lama7/patches/patch-setup.py Wed Nov 30 10:39:08 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2022/06/18 21:44:34 wiz Exp $
-
-Do not install tests.
-
---- setup.py.orig 2018-11-20 13:13:48.000000000 +0000
-+++ setup.py
-@@ -35,7 +35,7 @@ meta = dict(
- author_email='horneds%gmail.com@localhost',
- url=' https://github.com/klen/pylama',
-
-- packages=find_packages(exclude=['plugins']),
-+ packages=find_packages(exclude=['tests']),
-
- entry_points={
- 'console_scripts': [
diff -r 8a8b365f1cd3 -r 95b3aecf9519 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk Wed Nov 30 10:39:08 2022 +0000
Home |
Main Index |
Thread Index |
Old Index