mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add py3-tzlocal 1.3
- While I'm here, fix indent PR: 219611 Submitted by: Rudolf Siegel <rs.os@t-online.de> Approved by: maintainer (timeout, 15 days)
This commit is contained in:
parent
3b9048c2f9
commit
eb12bbdfd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443438
@ -5004,6 +5004,7 @@
|
||||
SUBDIR += py3-tabulate
|
||||
SUBDIR += py3-threema-msgapi
|
||||
SUBDIR += py3-tox
|
||||
SUBDIR += py3-tzlocal
|
||||
SUBDIR += py3-urwid
|
||||
SUBDIR += py3-vcversioner
|
||||
SUBDIR += py3-virtualenv
|
||||
|
@ -12,9 +12,9 @@ COMMENT= Returns the tzinfo object for the local timezone
|
||||
LICENSE= CC0-1.0
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
|
||||
RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
|
||||
|
||||
USES= python
|
||||
USES?= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
|
10
devel/py3-tzlocal/Makefile
Normal file
10
devel/py3-tzlocal/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# Created by: rs.os
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-tzlocal
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py3-pytz
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user