pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-rebulk



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 17 17:29:07 UTC 2023

Modified Files:
        pkgsrc/textproc/py-rebulk: Makefile distinfo

Log Message:
py-rebulk:updated to 3.2.0

v3.2.0(2023-02-18)
Feature
***dependencies:** Add python 3.11 support and drop python 3.6 support

Fix
*Remove pytest-runner from setup_requires

v3.1.0 (2021-11-04)
Feature
***defaults:** Add overrides support
***python:** Add python 3.10 support, drop python 3.5 support

v3.0.1 (2020-12-25)
Fix
***package:** Fix broken package `No such file or directory: 'CHANGELOG.md'`

Documentation
***readme:** Add semantic release badge
***readme:** Fix title

v3.0.0 (2020-12-23)
Feature
***regex:** Replace REGEX_DISABLED environment variable with REBULK_REGEX_ENABLED
*Add python 3.8/3.9 support, drop python 2.7/3.4 support

Breaking
*regex module is now disabled by default, even if it's available in the python interpreter. You have to set REBULK_REGEX_ENABLED=1 in your environment to enable it, as this module may cause some 
issues.
*Python 2.7 and 3.4 support have been dropped


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-rebulk/Makefile \
    pkgsrc/textproc/py-rebulk/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-rebulk/Makefile
diff -u pkgsrc/textproc/py-rebulk/Makefile:1.7 pkgsrc/textproc/py-rebulk/Makefile:1.8
--- pkgsrc/textproc/py-rebulk/Makefile:1.7      Tue Jan  4 20:55:04 2022
+++ pkgsrc/textproc/py-rebulk/Makefile  Mon Apr 17 17:29:07 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:04 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/04/17 17:29:07 adam Exp $
 
-DISTNAME=      rebulk-2.0.1
+DISTNAME=      rebulk-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rebulk/}
 
@@ -11,10 +10,14 @@ HOMEPAGE=   https://github.com/Toilal/rebu
 COMMENT=       Performs advanced searches in strings
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-rebulk/distinfo
diff -u pkgsrc/textproc/py-rebulk/distinfo:1.7 pkgsrc/textproc/py-rebulk/distinfo:1.8
--- pkgsrc/textproc/py-rebulk/distinfo:1.7      Tue Oct 26 11:23:12 2021
+++ pkgsrc/textproc/py-rebulk/distinfo  Mon Apr 17 17:29:07 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:23:12 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/04/17 17:29:07 adam Exp $
 
-BLAKE2s (rebulk-2.0.1.tar.gz) = cc463a31b235a4d0261f061203949dedb6a78bf8a6b1a6b406903a435b7433c1
-SHA512 (rebulk-2.0.1.tar.gz) = 7d453b7ba952994dec3258aa95a3f6090e6f8afb5a674c1b5e54e036f41022b887d3d65d21f2023ae6e2596cce3baf52d33fc23708498a4f0aef26d3594c8289
-Size (rebulk-2.0.1.tar.gz) = 258115 bytes
+BLAKE2s (rebulk-3.2.0.tar.gz) = c1a376b7ab4621194ac426d9229f10aa6217d9e04e966aa067e48ef2d625c16c
+SHA512 (rebulk-3.2.0.tar.gz) = 9c1db2442a6a111d7f11108891b2fe0b36df786628fa188ba831f079025626c6dfbdcffb117289ee0ef0d752aaa8c885626c853f7ab829ad7008678f76157e09
+Size (rebulk-3.2.0.tar.gz) = 261685 bytes



Home | Main Index | Thread Index | Old Index