[153906] trunk/dports/python/py-django-htmlmin

aronnax at macports.org aronnax at macports.org
Sat Oct 15 17:31:13 CEST 2016


Revision: 153906
          https://trac.macports.org/changeset/153906
Author:   aronnax at macports.org
Date:     2016-10-15 08:31:13 -0700 (Sat, 15 Oct 2016)
Log Message:
-----------
py-django-htmlmin: update to 0.10.0

Modified Paths:
--------------
    trunk/dports/python/py-django-htmlmin/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-django-htmlmin/files/patch-setup.py.diff

Modified: trunk/dports/python/py-django-htmlmin/Portfile
===================================================================
--- trunk/dports/python/py-django-htmlmin/Portfile	2016-10-15 15:30:23 UTC (rev 153905)
+++ trunk/dports/python/py-django-htmlmin/Portfile	2016-10-15 15:31:13 UTC (rev 153906)
@@ -6,7 +6,7 @@
 PortGroup           select 1.0
 PortGroup           github 1.0
 
-github.setup        cobrateam django-htmlmin 0.9.2
+github.setup        cobrateam django-htmlmin 0.10.0
 name                py-${name}
 license             BSD
 platforms           darwin
@@ -20,8 +20,8 @@
     provides a command line tool that can be used for static websites or \
     deployment scripts.
 
-checksums           rmd160  6a82ba8717c29d97281d33697b7c6e0b82221dfb \
-                    sha256  0ec6c3c7eade2f96b7ebb7069c442d9ae2449e71085c17d01193c9bfcb0256a6
+checksums           rmd160  6b0a90fdb8d3591f0273d56211c2d04d1337c145 \
+                    sha256  7f00773ecadb73161f74e12a1ab57d029fbb3ef631a9c62c9655949c84a549b3
 
 python.versions     27 34 35
 
@@ -35,10 +35,6 @@
                     port:py${python.version}-html5lib \
                     port:py${python.version}-six
 
-    # FIXME: Upstream source depends unconditionally on argparse,
-    # but argparse is built in to Python >= 2.7
-    patchfiles      patch-setup.py.diff
-
     depends_run-append \
                     port:${github.project}_select
 
@@ -46,7 +42,7 @@
     select.file     ${filespath}/${select.group}${python.version}
 
     notes "
-To make the Python ${python.branch} version of bpython the one that is run\
+To make the Python ${python.branch} version of django-htmlmin the one that is run\
 when you execute the commands without a version suffix, e.g. 'pyminify', run:
 
 port select --set ${select.group} [file tail ${select.file}]

Deleted: trunk/dports/python/py-django-htmlmin/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-django-htmlmin/files/patch-setup.py.diff	2016-10-15 15:30:23 UTC (rev 153905)
+++ trunk/dports/python/py-django-htmlmin/files/patch-setup.py.diff	2016-10-15 15:31:13 UTC (rev 153906)
@@ -1,11 +0,0 @@
---- setup.py.orig	2016-05-25 11:39:40.000000000 -0400
-+++ setup.py	2016-05-25 11:39:54.000000000 -0400
-@@ -18,7 +18,7 @@
-     author_email='andrewsmedina at gmail.com',
-     packages=find_packages(),
-     include_package_data=True,
--    install_requires=['argparse', 'beautifulsoup4', 'html5lib'],
-+    install_requires=['beautifulsoup4', 'html5lib'],
-     tests_require=['django'],
-     entry_points={
-         'console_scripts': [
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161015/9ca46dec/attachment-0002.html>


More information about the macports-changes mailing list