pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-draftjs_exporter py-draftjs_exporter: updated t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20328229a81e
branches:  trunk
changeset: 439915:20328229a81e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 30 05:34:28 2020 +0000

description:
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

diffstat:

 www/py-draftjs_exporter/Makefile |  19 ++++++++-----------
 www/py-draftjs_exporter/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 16 deletions(-)

diffs (52 lines):

diff -r 703af1a8435d -r 20328229a81e www/py-draftjs_exporter/Makefile
--- a/www/py-draftjs_exporter/Makefile  Wed Sep 30 03:07:40 2020 +0000
+++ b/www/py-draftjs_exporter/Makefile  Wed Sep 30 05:34:28 2020 +0000
@@ -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}
+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
 
-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
-
-USE_LANGUAGES= # none
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 703af1a8435d -r 20328229a81e www/py-draftjs_exporter/distinfo
--- a/www/py-draftjs_exporter/distinfo  Wed Sep 30 03:07:40 2020 +0000
+++ b/www/py-draftjs_exporter/distinfo  Wed Sep 30 05:34:28 2020 +0000
@@ -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