DFSG NEW Queue

DFSG, Licensing & New Packages Team

python-esprima 4.0.1-0+exp1

Package Information

Descriptionhigh performance, standard-compliant ECMAScript parser

Esprima is a high performance, standard-compliant ECMAScript parser officially written in ECMAScript (also popularly known as JavaScript) and ported to Python. It features:

* Full support for ECMAScript 2017 (ECMA-262 8th Edition) * Sensible syntax tree format as standardized by ESTree project * Experimental support for JSX, a syntax extension for React * Optional tracking of syntax node location (index-based and line-column)

This package installs the library for Python 3.

MaintainerDebian Python Team <team+python@tracker.debian.org>
Changed ByÉtienne Mollier <emollier@debian.org>
Sponsoremollier@debian.org
Distributionexperimental
Architectureall
VCSgit: https://salsa.debian.org/python-team/packages/python-esprima.git (browse)
Closes#987923
Blocked Bugs#953053 (serious)
Trackerhttps://tracker.debian.org/pkg/python-esprima
Uploaded3 hours ago

New Package Report

.changes
Changed-ByÉtienne Mollier
Architecturesource all
Distributionexperimental
DateTue, 24 Feb 2026 21:40:30 +0100
Sourcepython-esprima
Version4.0.1-0+exp1
Changelog
python-esprima (4.0.1-0+exp1) experimental; urgency=medium
 .
   * Initial release. (Closes: #987923)
.dsc
Sectionpython
Priorityoptional
Componentmain
Package-Listpython3-esprima deb python optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/Kronuz/esprima-python
Upstream-Name: python-esprima

Files: *
Copyright: JS Foundation and other contributors <https://js.foundation/>
License: BSD-2-clause
Comment:
 Python port is a line-by-line manual translation and was created and is
 maintained by German Mendez Bravo (Kronuz).

Files: debian/*
Copyright: 2026 Étienne Mollier <emollier@debian.org>
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Third party test components license terms follow.

Files: test/3rdparty/angular-1.2.5.js
Copyright: 2010-2014 Google, Inc
License: Expat

Files:
 test/3rdparty/backbone-1.1.0.js
 test/3rdparty/underscore-1.5.2.js
Copyright:
 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
License: Expat

Files: test/3rdparty/benchmark.js
Copyright: 2010-2012 Mathias Bynens <http://mths.be/>
License: Expat
Comment:
 Based on JSLitmus.js, copyright Robert Kieffer <http://broofa.com/>

Files: test/3rdparty/jquery-1.9.1.js
Copyright: 2005-2012 jQuery Foundation, Inc. and other contributors
License: Expat

Files: test/3rdparty/jquery.mobile-1.4.2.js
Copyright:
 2010-2014 jQuery Foundation, Inc. and other contributors
 2010 "Cowboy" Ben Alman
 2012 Scott Jehl, Paul Irish, Nicholas Zakas
License: Expat
Comment:
 Elements of the file are dual licensed MIT(Expat)/BSD.

Files: test/3rdparty/mootools-1.4.5.js
Copyright: 2006-2012 Valerio Proietti <http://mad4milk.net/>
License: Expat
Comment:
 Class implementation inspired by Base.js, Copyright (c) 2006 Dean
 Edwards, GNU Lesser General Public License.
 .
 Some functionality inspired by Prototype.js, Copyright (c) 2005-2007
 Sam Stephenson, MIT License

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 “Software”), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package