Skip to content

Commit

Permalink
devel/py-deepmerge: Update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 11, 2022
1 parent 1562892 commit 46ba39c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions devel/py-deepmerge/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= deepmerge
PORTVERSION= 0.3.0
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,11 +11,14 @@ COMMENT= Toolset to deeply merge python dictionaries

LICENSE= MIT

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

post-patch:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-deepmerge/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1620405397
SHA256 (deepmerge-0.3.0.tar.gz) = f6fd7f1293c535fb599e197e750dbe8674503c5d2a89759b3c72a3c46746d4fd
SIZE (deepmerge-0.3.0.tar.gz) = 17422
TIMESTAMP = 1641045912
SHA256 (deepmerge-1.0.0.tar.gz) = ea1ba5e28f34a5bba56461c17daa7d1a79a46eeecec71e498770dd2a674daf93
SIZE (deepmerge-1.0.0.tar.gz) = 16943
3 changes: 3 additions & 0 deletions devel/py-deepmerge/files/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit 46ba39c

Please sign in to comment.