update to py3-atomicwrites-1.4.0 and convert to py3-only
This commit is contained in:
parent
065f3f2d4b
commit
10e9beaa74
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2021/11/02 00:00:25 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2022/02/26 20:48:07 sthen Exp $
|
||||
|
||||
COMMENT = atomic file writes
|
||||
|
||||
MODPY_EGG_VERSION = 1.3.0
|
||||
MODPY_EGG_VERSION = 1.4.0
|
||||
DISTNAME = atomicwrites-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -21,6 +20,6 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (atomicwrites-1.3.0.tar.gz) = dalEW6wC2NBY1eH+aJZUulplVqHf2M5uxVoO15hmz6Y=
|
||||
SIZE (atomicwrites-1.3.0.tar.gz) = 11699
|
||||
SHA256 (atomicwrites-1.4.0.tar.gz) = rnA5atGkNPnHBG/S3RlvwEsS+ekf+4WRZBk76LYWino=
|
||||
SIZE (atomicwrites-1.4.0.tar.gz) = 11790
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/03/08 02:39:44 danj Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2022/02/26 20:48:08 sthen Exp $
|
||||
@pkgpath devel/py-atomicwrites
|
||||
lib/python${MODPY_VERSION}/site-packages/atomicwrites/
|
||||
lib/python${MODPY_VERSION}/site-packages/atomicwrites-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/atomicwrites-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
Loading…
x
Reference in New Issue
Block a user