pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-homeassistant: Reject python 2.7
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Wed Aug 14 09:35:10 2019 -0400
Changeset: 3de8e6369cc858739aaf025bb01b77ac95ecfee6
Modified Files:
py-homeassistant/Makefile
py-homeassistant/TODO
Log Message:
py-homeassistant: Reject python 2.7
Also, add to TODO patching setup.py for >= to avoid exact
dependencies.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3de8e6369cc858739aaf025bb01b77ac95ecfee6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-homeassistant/Makefile | 1 +
py-homeassistant/TODO | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index a6036b149f..24d2c15a6f 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -14,6 +14,7 @@ LICENSE= apache-2.0
#EGG_INFODIR= homeassistant-${VERSION}-py${PYVERSSUFFIX}.egg-info
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.5.4:../../www/py-aiohttp
#DEPENDS+= ${PYPKGPREFIX}-astral=1.10.1:../../FOO/py-astral
diff --git a/py-homeassistant/TODO b/py-homeassistant/TODO
index c37cc2decf..a53e074228 100644
--- a/py-homeassistant/TODO
+++ b/py-homeassistant/TODO
@@ -1,3 +1,5 @@
-Add all dependencies and uncomment the lines.
+Add all dependencies to pkgsrc and uncomment the lines.
+
+Patch setup.py to allow >= intead of == for dependencies.
Test.
Home |
Main Index |
Thread Index |
Old Index