Port details |
- py3-dbus Python3 bindings for the D-BUS messaging system
- 1.2.0_1 devel
=1 1.2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: gnome@FreeBSD.org
- Port Added: 2014-05-25 13:47:12
- Last Update: 2017-11-30 15:50:34
- SVN Revision: 455210
- People watching this port, also watch:: unoconv, py39-pycparser, python
- Also Listed In: gnome python
- License: not specified in port
- WWW:
- http://dbus.freedesktop.org/doc/dbus-python/
- Description:
- Python bindings for the D-BUS interprocess messaging system.
WWW: http://dbus.freedesktop.org/doc/dbus-python/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py3-dbus@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py36-dbus
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dbus-python-1.2.0.tar.gz) = e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df
SIZE (dbus-python-1.2.0.tar.gz) = 602426
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: devel/pydbus-common
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dbus-glib>=0 : devel/dbus-glib
- msgfmt : devel/gettext-tools
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.6 : lang/python36
- python3 : lang/python3
- Runtime dependencies:
-
- pydbus-common>=0 : devel/pydbus-common
- python3.6 : lang/python36
- python3 : lang/python3
- Library dependencies:
-
- libdbus-glib-1.so : devel/dbus-glib
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gettext gmake libtool pathfix pkgconfig python:3
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/pydbus-common | Commit | Credits | Log message |
1.2.0_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.2.0_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.2.0 23 Jul 2015 19:03:55 |
kwm |
Update dbus python bindings to 1.2.0.
Remove obsolete $MCom$ tags |
1.1.1_1 10 Jan 2015 23:15:28 |
demon |
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine |
1.1.1 27 Oct 2014 11:03:01 |
bapt |
Cleanup plist |
1.1.1 25 May 2014 13:47:03 |
kwm |
Split up py-dbus and py-gobject3 into a -common and a python 2 and 3 port.
Submitted by: Gustau Perez
Obtained from: gnome devel repo. |
Number of commits found: 6
|