py-draftjs_exporter: updated to 4.1.2
v4.1.2 Changed - Add tentative support for Python 3.10. - Stop using `extras_require` for development-only dependencies.
This commit is contained in:
parent
7068fb9036
commit
be8a482de1
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2020/09/30 05:34:28 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2021/04/06 19:55:31 adam Exp $
|
||||
|
||||
DISTNAME= draftjs_exporter-4.1.1
|
||||
DISTNAME= draftjs_exporter-4.1.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=d/draftjs-exporter/}
|
||||
|
@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-lxml>=4.2.0:../../textproc/py-lxml
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE+= 27
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2020/09/30 05:34:28 adam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2021/04/06 19:55:31 adam Exp $
|
||||
|
||||
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
|
||||
SHA1 (draftjs_exporter-4.1.2.tar.gz) = 755ff1abe4df217420af1657648c658436b4583f
|
||||
RMD160 (draftjs_exporter-4.1.2.tar.gz) = 8009f1583ad5d0d2c46a1fd4d547f819f1831b14
|
||||
SHA512 (draftjs_exporter-4.1.2.tar.gz) = 76cf6bbb7e56a64c90d04bf9879924327a7cd39e4a4c1bb6a27e74348f74cb7ea918d9d90bf1826661efbe112c41ef85aa338f1eead524e36ff2416eea70dfbb
|
||||
Size (draftjs_exporter-4.1.2.tar.gz) = 33550 bytes
|
||||
|
|
Loading…
Reference in a new issue