[pkg-boost-commits] r15026 - in /boost/trunk/debian: control pyste.1 rules
smr at users.alioth.debian.org
smr at users.alioth.debian.org
Thu Dec 29 03:47:20 UTC 2016
Author: smr
Date: Thu Dec 29 03:47:20 2016
New Revision: 15026
URL: http://svn.debian.org/wsvn/pkg-boost/?sc=1&rev=15026
Log:
Tool pyste has been removed from upstream sources.
Removed:
boost/trunk/debian/pyste.1
Modified:
boost/trunk/debian/control
boost/trunk/debian/rules
Modified: boost/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/debian/control?rev=15026&op=diff
==============================================================================
--- boost/trunk/debian/control (original)
+++ boost/trunk/debian/control Thu Dec 29 03:47:20 2016
@@ -944,11 +944,6 @@
in Python, Member function Overloading, Automatic wrapping of
numeric operators among others.
.
- This package also contains the pyste Boost.Python code generator that
- allows the user to specify classes and functions to be exported using
- a simple interface file, which following the Boost.Python's
- philosophy, is simple Python code.
- .
This package allows development of a Python interface for all current
versions of Python in Debian. Code using this library will need also
one of the Python development packages.
Modified: boost/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/debian/rules?rev=15026&op=diff
==============================================================================
--- boost/trunk/debian/rules (original)
+++ boost/trunk/debian/rules Thu Dec 29 03:47:20 2016
@@ -47,7 +47,6 @@
cd tools/bcp && $(JAM)
cd tools/inspect/build && $(JAM)
cd tools/quickbook && $(JAM)
- cd libs/python/pyste/install && python setup.py build
testsuite:
cd status && $(JAM) $(JAM_WITHOUT)
@@ -55,8 +54,6 @@
override_dh_auto_clean: clean-debhelper
-cd tools && $(JAM) clean
-$(JAM) clean
- -cd libs/python/pyste/install && python setup.py clean
- rm -rf libs/python/pyste/install/build
rm -rf tools/jam/src/bootstrap
rm -rf tools/jam/src/bin.*
rm -ff tools/jam/src/bjam
@@ -157,10 +154,6 @@
cp stage/lib/mpi-py$$pyid.so debian/libboost-mpi-python$(SOVERSION)/$$pydistdir/mpi.so || true; \
done
- cd libs/python/pyste/install && python setup.py install --no-compile --prefix=$(pyste_prefix) --install-lib=$(pyste_prefix)/share/pyshared
- mv $(pyste_prefix)/bin/pyste.py $(pyste_prefix)/bin/pyste
- dh_installman -plibboost-python$(PKGVERSION)-dev debian/pyste.1
-
dh_install --list-missing
override_dh_strip:
@@ -321,7 +314,6 @@
exampledir = debian/libboost$(PKGVERSION)-doc/usr/share/doc/libboost$(PKGVERSION)-doc/examples
htmldir = debian/libboost$(PKGVERSION)-doc/usr/share/doc/libboost$(PKGVERSION)-doc/HTML
-pyste_prefix = $(CURDIR)/debian/libboost-python$(PKGVERSION)-dev/usr
bjam = $(CURDIR)/bjam
bbv2dir = $(CURDIR)/tools/build
More information about the pkg-boost-commits
mailing list