Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39457 - pyrxp-0.9.ebuild (New Package)
Summary: pyrxp-0.9.ebuild (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 3 votes (vote)
Assignee: Default Assignee for New Packages
URL: http://naufraghi.freezope.org/wiki/PyRXP
Whiteboard: sunrise-removal
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2004-01-26 08:17 UTC by Matteo Bertini
Modified: 2019-08-19 13:09 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pyrxp-0.9.ebuild (New Package) (pyrxp-0.9.ebuild,790 bytes, text/plain)
2004-01-26 08:18 UTC, Matteo Bertini
Details
pyRXP-0.9.ebuild (pyRXP-0.9.ebuild,618 bytes, text/plain)
2004-03-30 13:04 UTC, Lukasz Strzygowski (RETIRED)
Details
pyRXP-1.07.ebuild (pyRXP-1.07.ebuild,1.07 KB, text/plain)
2006-03-21 02:33 UTC, Homme Zwaagstra
Details
pyRXP version 1.13 ebuild (pyRXP-1.13.ebuild,792 bytes, text/plain)
2009-02-05 23:14 UTC, Brett Edgar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Bertini 2004-01-26 08:17:19 UTC
From http://www.reportlab.org/pyrxp.html :
------
ReportLab are proud to present pyRXP version 0.9, the fastest validating XML parser available for Python, and quite possibly anywhere :-).

RXP is a very fast validating XML parser written by Richard Tobin of the University of Edinburgh. It complies fully with the W3C test suites (although we have compiled it without Unicode support for the time being).
------

It could go in dev-python/pyrxp and I think it depends only on virtual/python

Matteo

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Matteo Bertini 2004-01-26 08:18:31 UTC
Created attachment 24445 [details]
pyrxp-0.9.ebuild (New Package)
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-03-30 13:04:57 UTC
Created attachment 28399 [details]
pyRXP-0.9.ebuild

i've done some corrections. note that package name is pyRXP, not pyrxp.
Comment 3 Chris Mayo 2004-04-04 04:17:41 UTC
How about installing the magical xmlutils.py too?

Below are a few lines that when added to src_install() will do this, I'm sure there is a better way.

And my preference is with all lower-case ebuild names.

Chris

	         distutils_python_version # sets PYVER/PYVER_MAJOR/PYVER_MINOR
  	         PYTHON_VERSION="${PYVER_MAJOR}.${PYVER_MINOR}"
  	 
  	         insinto /usr/lib/python${PYTHON_VERSION}/site-packages/
  	         doins ${S}/examples/xmlutils.py
Comment 4 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-04 04:45:21 UTC
examples are installed in /usr/share/doc/pyRXP-<version>/examples.
Comment 5 Lukasz Strzygowski (RETIRED) gentoo-dev 2006-01-29 03:31:33 UTC
Reassigned to maintainer-wanted.
Comment 6 Homme Zwaagstra 2006-03-21 02:33:03 UTC
Created attachment 82752 [details]
pyRXP-1.07.ebuild

Modified the 0.9 ebuild to install 1.07. The source archive is created on a daily basis, and the creation date is reflected in the directory structure; the main change was getting this to work in the ebuild.
Comment 7 Samuele Kaplun 2007-11-02 09:20:09 UTC
Lates pyRXP ebuild seems to emerge perfectly with pyRXP-1.12 on amd64.
Comment 8 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-29 18:53:25 UTC
(this is an automated message based on filtering criteria that matched this bug)

Hello, The Gentoo Team would like to firstly thank you for your ebuild
submission. We also apologize for not being able to accomendate you on a timely
manor. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The sunrise
overlay[1] is a overlay for Gentoo which we allow trusted users to commit to and
all users can have ebuilds reviewed by Gentoo devs for entry into the overlay.
So, the sunrise team is suggesting that you look into this and submit your
ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. We
anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 9 Brett Edgar 2009-02-05 23:13:42 UTC
(In reply to comment #7)
> Lates pyRXP ebuild seems to emerge perfectly with pyRXP-1.12 on amd64.
> 

I've re-worked this for pyRXP 1.13 and it works fine on amd64.
Comment 10 Brett Edgar 2009-02-05 23:14:19 UTC
Created attachment 181098 [details]
pyRXP version 1.13 ebuild
Comment 11 Romain Perier (RETIRED) gentoo-dev 2009-02-17 19:11:41 UTC
Added in sunrise overlay you can find it at:
http://overlays.gentoo.org/proj/sunrise/browser/sunrise/dev-python/pyRXP
i just updated ebuild to a live ebuild because download a daily snapshot as tarball is made, i was more appropriated (and maintainable) to updated it to a live ebuild.
Comment 12 Thomas Beutin 2013-12-31 18:02:46 UTC
(In reply to Romain Perier (RETIRED) from comment #11)
> Added in sunrise overlay you can find it at:
> http://overlays.gentoo.org/proj/sunrise/browser/sunrise/dev-python/pyRXP
> i just updated ebuild to a live ebuild because download a daily snapshot as
> tarball is made, i was more appropriated (and maintainable) to updated it to
> a live ebuild.

because i don't know where the sunrise guys tracks their bugs i add this here:
since pyRXP isn't longer a subversion repo on the company's website this ebuild doesn't work anymore. The source is now a mercurial repo hosted at bitbucket:
https://bitbucket.org/rptlab/pyrxp
(as one can check on their website: http://www.reportlab.com/software/opensource/)
Comment 13 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-08 16:46:21 UTC
Hello, everyone.

It seems that at least one ebuild related to this bug exists in the Sunrise overlay at the moment. However, I have to regretfully announce that after a long inactivity period the Sunrise project has been discontinued and the related overlay will be eventually removed. For this reason, I'd like to ask you to reevaluate the ebuilds and consider moving them. If you'd like to maintain a package from Sunrise in Gentoo, please take a look at our Proxy Maintainers [1] project.

Please make sure to take ebuilds from the unreviewed developer Sunrise repository [2] rather than the -reviewed one, since the latter has not been updated for over a year. While at it, please note that:

1. Adding a package to Gentoo requires declaring yourself as an active maintainer for it. All bugs regarding the package will be assigned to you, and you will be expected to maintain it.

2. Some packages may not be suitable for addition anymore. While there's no strong rules that would prevent you from adding a package, it may be a bad idea to add old-unmaintained packages that will shortly result in a large number of bugs reported with no solution. If that is the case, please close the bug as RESOLVED/OBSOLETE to make it easier to find packages worth adding.

3. Some of the bugs were already closed as WONTFIX/OBSOLETE/... while the relevant ebuild was kept in Sunrise. If you disagree with the original decision, you still can add the ebuild via proxy-maint.

4. Pleaes note that many of the Sunrise ebuilds are old and may be buggy. If you decide to move them, please make sure to update/clean them up. The proxy-maint team will also review your ebuilds, therefore making sure they land in Gentoo in good quality.

Once again, thank you for your contribution. We hope that you will still want to contribute to Gentoo, through proxy-maint or otherwise.


[1]:https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers
[2]:https://gitweb.gentoo.org/proj/sunrise.git/
Comment 14 Marek Szuba archtester gentoo-dev 2019-08-19 13:07:16 UTC
1. Upstream is reasonably active, the latest release (2.1.2) came out in July 2018;
2. Licensing conditions have got me a bit confused - https://pyrxp.readthedocs.io/en/latest/introduction.html#license-terms says on the one hand that PyRXP has been released under the GPL (which makes sense given it links against RXP, which is distributed under the GPL as well) but on the other that one must purchase a licence if one wants to use it for a commercial product. I reckon they mean commercial NON-COPYLEFT products but that's just a guess;
3. The ebuilds would need a major overhaul in order to qualify for being added to the tree;
4. Is there in fact still any interest in adding this to Gentoo? If not, we shall close this ticket as WONTFIX in 30 days.
Comment 15 Thomas Beutin 2019-08-19 13:09:00 UTC
Is me enough for "any interest" to keep it in tree?