update to py-parsedatetime-2.4

This commit is contained in:
sthen 2017-06-16 14:35:11 +00:00
parent 1b7a25ea22
commit 60fc1afc62
3 changed files with 10 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.8 2017/04/11 09:28:00 rpointel Exp $
# $OpenBSD: Makefile,v 1.9 2017/06/16 14:35:11 sthen Exp $
COMMENT= parse human-readable date/time text
MODPY_EGG_VERSION = 2.3
MODPY_EGG_VERSION = 2.4
DISTNAME= parsedatetime-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (parsedatetime-2.3.tar.gz) = lMo8nvzyZSp6juaxGYPnNEmIo8ZY/WF/gCFolEaree4=
SIZE (parsedatetime-2.3.tar.gz) = 58682
SHA256 (parsedatetime-2.4.tar.gz) = PYF8WPuVcNHuwd1G+pRIzWRO7tT7YSaEsC39o6ecuEs=
SIZE (parsedatetime-2.4.tar.gz) = 58753

View File

@ -1,14 +1,15 @@
$OpenBSD: patch-setup_py,v 1.1 2017/01/24 11:06:07 sthen Exp $
$OpenBSD: patch-setup_py,v 1.2 2017/06/16 14:35:11 sthen Exp $
the current version of setuptools (28.6.1) complains at runtime if this is present
setuptools breaks at runtime if this is present. test with e.g. certbot
--- setup.py.orig Sun Mar 20 22:26:51 2016
+++ setup.py Tue Jan 24 11:02:57 2017
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -35,7 +35,6 @@ setup(
packages=find_packages(exclude=['tests', 'docs']),
platforms=['Any'],
long_description=read('README.rst'),
- install_requires=['future'],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
test_suite='tests',
classifiers=[