pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-draftjs_exporter



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 30 05:34:29 UTC 2020

Modified Files:
        pkgsrc/www/py-draftjs_exporter: Makefile distinfo

Log Message:
py-draftjs_exporter: updated to 4.1.1

v4.1.1:
- Add support for Python 3.9
- Update html5lib upper bound, now defined as `html5lib>=0.999,<2`, to ensure compatibility with Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-draftjs_exporter/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-draftjs_exporter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-draftjs_exporter/Makefile
diff -u pkgsrc/www/py-draftjs_exporter/Makefile:1.2 pkgsrc/www/py-draftjs_exporter/Makefile:1.3
--- pkgsrc/www/py-draftjs_exporter/Makefile:1.2 Thu Aug 27 12:24:17 2020
+++ pkgsrc/www/py-draftjs_exporter/Makefile     Wed Sep 30 05:34:28 2020
@@ -1,25 +1,22 @@
-# $NetBSD: Makefile,v 1.2 2020/08/27 12:24:17 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/30 05:34:28 adam Exp $
 
-DISTNAME=      draftjs_exporter-4.1.0
+DISTNAME=      draftjs_exporter-4.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=springload/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/draftjs-exporter/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/springload/draftjs_exporter
 COMMENT=       Library to convert Draft.js raw ContentState to HTML
 LICENSE=       mit
 
-GITHUB_PROJECT=        draftjs_exporter
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
-
-DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.2.0<5:../../textproc/py-lxml
-DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>=4.4<4.9.2:../../www/py-beautifulsoup4
-DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999<1.0.2:../../textproc/py-html5lib
+DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>=4.4.1:../../www/py-beautifulsoup4
+DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999:../../textproc/py-html5lib
+DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.2.0:../../textproc/py-lxml
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-draftjs_exporter/distinfo
diff -u pkgsrc/www/py-draftjs_exporter/distinfo:1.1 pkgsrc/www/py-draftjs_exporter/distinfo:1.2
--- pkgsrc/www/py-draftjs_exporter/distinfo:1.1 Mon Aug  3 23:57:49 2020
+++ pkgsrc/www/py-draftjs_exporter/distinfo     Wed Sep 30 05:34:28 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/03 23:57:49 joerg Exp $
+$NetBSD: distinfo,v 1.2 2020/09/30 05:34:28 adam Exp $
 
-SHA1 (draftjs_exporter-4.1.0.tar.gz) = 01aab07cad1d6fdf577cc0a2805e8688ed60198e
-RMD160 (draftjs_exporter-4.1.0.tar.gz) = 951be4c598e42b3d307ef15f69ab10117462a922
-SHA512 (draftjs_exporter-4.1.0.tar.gz) = 6adfef658daa4fea15757985d31f941adf3c5b8ef4a26ffbc305a03dedd638defb6dd9397e70e048effa512e3f7eac3171f0d45f26350b7af8129added1ee926
-Size (draftjs_exporter-4.1.0.tar.gz) = 64037 bytes
+SHA1 (draftjs_exporter-4.1.1.tar.gz) = ce88998b11392f6ed5ff4460ea2a247067714c0f
+RMD160 (draftjs_exporter-4.1.1.tar.gz) = 2141a6233c0be7329e51cd7f027b6eab655922a5
+SHA512 (draftjs_exporter-4.1.1.tar.gz) = 87c4ff768eebf9964365217ac11cbbdc893a9d85e8269d29f0b71537a7aa238da2c3a47433c685ac7c34b205b3f0a2220ffb5b6704845d96f32a5d2e85ac1b13
+Size (draftjs_exporter-4.1.1.tar.gz) = 33489 bytes



Home | Main Index | Thread Index | Old Index