Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2022 11:45:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00de2a125d5a - main - devel/py-arpeggio: Update to 2.0.0
Message-ID:  <202205131145.24DBjUfg063812@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00de2a125d5a1b9a15acf41a803c4a3a011955a7

commit 00de2a125d5a1b9a15acf41a803c4a3a011955a7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:30:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 11:39:24 +0000

    devel/py-arpeggio: Update to 2.0.0
    
    - Remove py-wheel from BUILD_DEPENDS
    - Update version requirement of TEST_DEPENDS
    
    Changes:        https://github.com/textX/Arpeggio/releases
---
 devel/py-arpeggio/Makefile              | 5 ++---
 devel/py-arpeggio/distinfo              | 6 +++---
 devel/py-arpeggio/files/patch-setup.cfg | 7 ++++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/py-arpeggio/Makefile b/devel/py-arpeggio/Makefile
index 8ea5ca211ff5..ba0c83650118 100644
--- a/devel/py-arpeggio/Makefile
+++ b/devel/py-arpeggio/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	arpeggio
-PORTVERSION=	1.10.2
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,7 @@ COMMENT=	Parser interpreter based on PEG grammars
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-arpeggio/distinfo b/devel/py-arpeggio/distinfo
index a6112008ef78..b4c19c5e3430 100644
--- a/devel/py-arpeggio/distinfo
+++ b/devel/py-arpeggio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619569449
-SHA256 (Arpeggio-1.10.2.tar.gz) = bfe349f252f82f82d84cb886f1d5081d1a31451e6045275e9f90b65d0daa06f1
-SIZE (Arpeggio-1.10.2.tar.gz) = 765357
+TIMESTAMP = 1652122621
+SHA256 (Arpeggio-2.0.0.tar.gz) = d6b03839019bb8a68785f9292ee6a36b1954eb84b925b84a6b8a5e1e26d3ed3d
+SIZE (Arpeggio-2.0.0.tar.gz) = 766110
diff --git a/devel/py-arpeggio/files/patch-setup.cfg b/devel/py-arpeggio/files/patch-setup.cfg
index 44de0530e983..fda017fec3cc 100644
--- a/devel/py-arpeggio/files/patch-setup.cfg
+++ b/devel/py-arpeggio/files/patch-setup.cfg
@@ -1,10 +1,11 @@
---- setup.cfg.orig	2020-11-01 19:38:57 UTC
+--- setup.cfg.orig	2022-03-20 16:43:02 UTC
 +++ setup.cfg
-@@ -33,7 +33,6 @@ classifiers = 
+@@ -30,8 +30,6 @@ classifiers = 
  packages = find:
  include_package_data = True
  setup_requires = 
 -	pytest-runner
- 	wheel
+-	wheel
  tests_require = pytest
  
+ [options.packages.find]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205131145.24DBjUfg063812>