[Python-modules-commits] r33212 - in packages/beautifulsoup4/trunk/debian (6 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Fri Jul 3 22:33:16 UTC 2015


    Date: Friday, July 3, 2015 @ 22:33:15
  Author: stefanor
Revision: 33212

Drop pypy packages. pypy-setuptools is not available yet, and 4.4.0 has
switched to setuptools.

Modified:
  packages/beautifulsoup4/trunk/debian/changelog
  packages/beautifulsoup4/trunk/debian/control
  packages/beautifulsoup4/trunk/debian/rules
  packages/beautifulsoup4/trunk/debian/tests/control
Deleted:
  packages/beautifulsoup4/trunk/debian/pypy-bs4.install
  packages/beautifulsoup4/trunk/debian/tests/unittests-pypy

Modified: packages/beautifulsoup4/trunk/debian/changelog
===================================================================
--- packages/beautifulsoup4/trunk/debian/changelog	2015-07-03 22:29:33 UTC (rev 33211)
+++ packages/beautifulsoup4/trunk/debian/changelog	2015-07-03 22:33:15 UTC (rev 33212)
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * Drop patches, superseded upstream.
+  * Drop pypy packages. pypy-setuptools is not available yet, and 4.4.0 has
+    switched to setuptools.
 
  -- Stefano Rivera <stefanor at debian.org>  Thu, 16 Oct 2014 23:03:06 -0700
 

Modified: packages/beautifulsoup4/trunk/debian/control
===================================================================
--- packages/beautifulsoup4/trunk/debian/control	2015-07-03 22:29:33 UTC (rev 33211)
+++ packages/beautifulsoup4/trunk/debian/control	2015-07-03 22:33:15 UTC (rev 33212)
@@ -6,7 +6,6 @@
 Build-Depends:
  debhelper (>= 8.1),
  dh-python,
- pypy (>= 1.7),
  python-all (>= 2.6.5-13~),
  python-lxml,
  python-pkg-resources,
@@ -33,18 +32,6 @@
  .
  This package contains BeautifulSoup 4, for Python 2.x.
 
-Package: pypy-bs4
-Architecture: all
-Depends: ${misc:Depends}, ${pypy:Depends}
-Recommends: pypy-chardet, pypy-lxml | pypy-html5lib
-Description: error-tolerant HTML parser for PyPy
- Beautiful Soup is a Python library for pulling data out of HTML and XML files.
- It works with your favorite parser to provide idiomatic ways of navigating,
- searching, and modifying the parse tree. It commonly saves programmers hours
- or days of work.
- .
- This package contains BeautifulSoup 4, for Python 2.x PyPy.
-
 Package: python3-bs4
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}

Deleted: packages/beautifulsoup4/trunk/debian/pypy-bs4.install
===================================================================
--- packages/beautifulsoup4/trunk/debian/pypy-bs4.install	2015-07-03 22:29:33 UTC (rev 33211)
+++ packages/beautifulsoup4/trunk/debian/pypy-bs4.install	2015-07-03 22:33:15 UTC (rev 33212)
@@ -1 +0,0 @@
-/usr/lib/pypy/dist-packages/

Modified: packages/beautifulsoup4/trunk/debian/rules
===================================================================
--- packages/beautifulsoup4/trunk/debian/rules	2015-07-03 22:29:33 UTC (rev 33211)
+++ packages/beautifulsoup4/trunk/debian/rules	2015-07-03 22:33:15 UTC (rev 33212)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3,pypy,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build

Modified: packages/beautifulsoup4/trunk/debian/tests/control
===================================================================
--- packages/beautifulsoup4/trunk/debian/tests/control	2015-07-03 22:29:33 UTC (rev 33211)
+++ packages/beautifulsoup4/trunk/debian/tests/control	2015-07-03 22:33:15 UTC (rev 33212)
@@ -1,9 +1,5 @@
 Tests: unittests
 Depends: python-all, python-bs4, python-lxml, python-nose (>= 1.3)
 
-# Currently no pypy-nose (or pypy-lxml)
-#Tests: unittests-pypy
-#Depends: pypy, pypy-bs4, pypy-lxml, pypy-nose
-
 Tests: unittests3
 Depends: python3-all, python3-bs4, python3-lxml, python3-nose (>= 1.3)

Deleted: packages/beautifulsoup4/trunk/debian/tests/unittests-pypy
===================================================================
--- packages/beautifulsoup4/trunk/debian/tests/unittests-pypy	2015-07-03 22:29:33 UTC (rev 33211)
+++ packages/beautifulsoup4/trunk/debian/tests/unittests-pypy	2015-07-03 22:33:15 UTC (rev 33212)
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -efu
-
-cd "$ADTTMP"
-
-echo "=== pypy ==="
-pypy -m nose bs4.tests 2>&1




More information about the Python-modules-commits mailing list