[114146] trunk/dports/python/py-django-htmlmin
aronnax at macports.org
aronnax at macports.org
Sat Nov 30 03:53:04 PST 2013
Revision: 114146
https://trac.macports.org/changeset/114146
Author: aronnax at macports.org
Date: 2013-11-30 03:53:04 -0800 (Sat, 30 Nov 2013)
Log Message:
-----------
py-django-htmlmin: update to 0.6.3
Modified Paths:
--------------
trunk/dports/python/py-django-htmlmin/Portfile
Added Paths:
-----------
trunk/dports/python/py-django-htmlmin/files/patch-setup.py.diff
Removed Paths:
-------------
trunk/dports/python/py-django-htmlmin/patch-setup.py.diff
Modified: trunk/dports/python/py-django-htmlmin/Portfile
===================================================================
--- trunk/dports/python/py-django-htmlmin/Portfile 2013-11-30 11:44:29 UTC (rev 114145)
+++ trunk/dports/python/py-django-htmlmin/Portfile 2013-11-30 11:53:04 UTC (rev 114146)
@@ -7,8 +7,7 @@
set realname django-htmlmin
name py-${realname}
-version 0.6.2
-revision 1
+version 0.6.3
python.versions 26 27
license BSD
platforms darwin
@@ -24,9 +23,9 @@
master_sites http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
distname ${realname}-${version}
-checksums md5 baa995bb18268c80586c5590465cdfba \
- sha1 60ac69f31dce4e1625d20c4df259f8a916ca6d0d \
- rmd160 362f2af001167d20eea4d6d25b15efad38cbd149
+checksums md5 a7ed9a3637e6d45dfe5e4dc1711058e3 \
+ sha1 b0d735d337913ed2d1baf8717495102513d9b7bc \
+ rmd160 e5ec159b3830d27b6e5e34095243c3e54ebd8acf
if {${subport} == ${name}} {
livecheck.type regex
Added: trunk/dports/python/py-django-htmlmin/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-django-htmlmin/files/patch-setup.py.diff (rev 0)
+++ trunk/dports/python/py-django-htmlmin/files/patch-setup.py.diff 2013-11-30 11:53:04 UTC (rev 114146)
@@ -0,0 +1,11 @@
+--- setup.py.orig 2013-11-12 15:09:48.000000000 -0800
++++ setup.py 2013-11-30 03:50:58.000000000 -0800
+@@ -19,7 +19,7 @@
+ packages=find_packages(),
+ include_package_data=True,
+ test_suite='nose.collector',
+- install_requires=['argparse', 'beautifulsoup4', 'html5lib'],
++ install_requires=['beautifulsoup4', 'html5lib'],
+ tests_require=['nose', 'coverage', 'django'],
+ entry_points={
+ 'console_scripts': [
Deleted: trunk/dports/python/py-django-htmlmin/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-django-htmlmin/patch-setup.py.diff 2013-11-30 11:44:29 UTC (rev 114145)
+++ trunk/dports/python/py-django-htmlmin/patch-setup.py.diff 2013-11-30 11:53:04 UTC (rev 114146)
@@ -1,11 +0,0 @@
---- setup.py.orig 2013-10-28 15:57:27.000000000 -0700
-+++ setup.py 2013-10-28 15:57:53.000000000 -0700
-@@ -19,7 +19,7 @@
- packages=find_packages(),
- include_package_data=True,
- test_suite='nose.collector',
-- install_requires=['argparse', 'django', 'beautifulsoup4', 'html5lib'],
-+ install_requires=['django', 'beautifulsoup4', 'html5lib'],
- tests_require=['nose', 'coverage'],
- entry_points={
- 'console_scripts': [
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131130/1ba8d6dc/attachment.html>
More information about the macports-changes
mailing list