drop py-pathlib use, it's in the standard library in newer py3.x
This commit is contained in:
parent
708e15eb1e
commit
1ecc625e3d
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2021/05/16 17:10:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2021/07/21 23:31:48 sthen Exp $
|
||||
|
||||
COMMENT= CLI tools to manage music collections
|
||||
|
||||
MODPY_EGG_VERSION= 1.4.9
|
||||
DISTNAME= beets-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= audio
|
||||
REVISION= 10
|
||||
REVISION= 11
|
||||
|
||||
HOMEPAGE= https://beets.io/
|
||||
|
||||
@ -22,7 +22,6 @@ RUN_DEPENDS+= audio/py-discogs-client${MODPY_FLAVOR}>=2.0.2 \
|
||||
audio/py-musicbrainzngs${MODPY_FLAVOR} \
|
||||
audio/py-mutagen${MODPY_FLAVOR} \
|
||||
devel/py-algorithm-munkres${MODPY_FLAVOR} \
|
||||
devel/py-pathlib${MODPY_FLAVOR} \
|
||||
devel/py-six${MODPY_FLAVOR} \
|
||||
devel/py-xdg${MODPY_FLAVOR} \
|
||||
textproc/py-jellyfish${MODPY_FLAVOR} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2021/02/23 19:39:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2021/07/21 23:31:48 sthen Exp $
|
||||
|
||||
COMMENT = economic historical real-time strategy game
|
||||
|
||||
@ -26,7 +26,6 @@ SEPARATE_BUILD = Yes
|
||||
PORTHOME = ${WRKDIR}
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/py-pathlib${MODPY_FLAVOR} \
|
||||
graphics/py-Pillow${MODPY_FLAVOR} \
|
||||
sysutils/py-distro
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
|
Loading…
x
Reference in New Issue
Block a user