summaryrefslogtreecommitdiff
path: root/devel/py-at-spi
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-2/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-01-31This package has no contents to buildlink, so remove buildlink3.mk.obache1-17/+0
2012-01-29Sync version with base at-spi package.obache2-10/+14
While here, * LICENSE is LGPL-V2 * drop buildlink with at-spi, simple DEPENDS is sufficient. * add missing dependencies on py-gnome2 and py-ORBit.
2011-11-01Revert hard coded "py26" with "${PYPKGPREFIX}".sbd1-2/+2
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I did the recursive bump for graphics/freetype2 and I forgot to change them back :(.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-10Does not compile with python-2.4:wiz1-1/+2
Compiling /scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py ... File "/scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py", line 50 finally: ^ SyntaxError: invalid syntax Mark it as such.
2010-06-05Update to 1.30.1, set LICENSE.wiz2-7/+8
What's new in at-spi-1.30.1: * Fixes #538680. * Translation update. What's new in at-spi-1.30.0: * Fixes #612554. * Translation update. What's new in at-spi-1.29.92: * Translation update. What's new in at-spi-1.29.90: * Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus. * Translation update. What's new in at-spi-1.29.6: * Bugfixes: #608003, #607077. * Translation update. What's new in at-spi-1.29.5: * Bugfixes: #606251, #606254. * Translation update. What's new in at-spi-1.29.3: * Bugfixes: #565451, #593830. * Translation update. What's new in at-spi-1.29.2: * Bugfixes: #569428, #599244, #578334. * Translation update.
2009-10-21sync w/ base pkgdrochner2-8/+7
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-08-27Fix fallout from recursive jpeg shlib bump.wiz1-2/+2
The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno!
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-07-10PYTHON_VERSIONS_ACCEPTED += 26abs1-2/+2
2009-07-08Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Pythonjoerg1-2/+2
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg1-3/+3
files, not over and over again.
2009-03-16Update at-spi and py-at-spi to 1.26.0.jmcneill2-7/+7
What"s new in at-spi-1.26.0: * Translation update: ml, gl, ta, as, hi, bn_IN, te. What's new in at-spi-1.25.92: * Bugfixes: #570752, #570754, #572188. What's new in at-spi-1.25.5: * Bugfixes: #566999, #566998, #567706. What's new in at-spi-1.25.4: * Bugfixes: #563806, #563943, #564880. What's new in at-spi-1.25.2: * Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953. * Translation update. What's new in at-spi-1.25.1: * Bugfixes: #552469, #547943, #525519, #527585.
2009-01-16Update to 1.24.1:wiz2-6/+6
What's new in at-spi-1.24.1: * Bugfixes: #563943.
2008-12-11Update to 1.24.0:wiz2-8/+8
What's new in at-spi-1.24.0: * Bugfixes: #535827. * Translation update. What's new in at-spi-1.23.92: * Bugfixes: #551334. What's new in at-spi-1.23.91: * Bugfixes: #548559, #350552, #547875. * Translation update from Seán de Búrca, Hendrik Richter, Goran Rakic, Runa Bhattacharjee, Djihed Afifi. What's new in at-spi-1.23.6: * Bugfixes: #436579, #545849. What's new in at-spi-1.23.5: * Bugfixes: #541119, #435833, #524806, #542217. What's new in at-spi-1.23.3: * Bugfixes: #532887, #498668, #431053, #451553, #520490, #521667, #522356.
2008-06-12Add DESTDIR support.joerg1-5/+8
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-21sync w/ base pkgdrochner2-8/+8
2007-12-22Needs Python 2.4.joerg1-1/+2
2007-10-31update to 1.20.1drochner5-0/+69
This switches to the new gnome-2.20 branch. Also add the Python bindings as a seperate pkg. I don't see where this is used, but is is a simple addition.