Bug 159106 - [UPDATE] devel/py-RPyC: update to 3.1.0
Summary: [UPDATE] devel/py-RPyC: update to 3.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 10:20 UTC by R.Mahmatkhanov
Modified: 2011-08-11 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (11.23 KB, patch)
2011-07-22 10:20 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2011-07-22 10:20:10 UTC
- update to 3.1.0
- add CHEESESHOP mirror
- add DOS2UNIX
- it doesn't installs with setuptools [1], so switch to distutils
- add patch (files/patch-setup.py) to disable setuptools
- change homepage url


1:
"""
Creating /var/tmp/rpyc/lib/python2.7/site-packages/site.py
error: Not a URL, existing file, or requirement spec: '/usr/ports/devel/py-RPyC/work/RPyC-3.1.0/dist/rpyc-3.1.0-py2.7.egg'
*** Error code 1
"""

tinderbuild log (8.2-RELEASE):
http://happy-nation.by.ru/ports/tb/py27-rpyc-3.1.0.log

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-22 10:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-22 10:20:23 UTC
Maintainer of devel/py-RPyC,

Please note that PR ports/159106 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159106

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-22 10:20:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-08-11 12:04:33 UTC
wen         2011-08-11 11:04:20 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-RPyC        Makefile distinfo pkg-descr pkg-plist 
  Added files:
    devel/py-RPyC/files  patch-python.py 
  Log:
  - Update to 3.1.0
  - Add CHEESESHOP mirror
  - Use DOS2UNIX
  - Update WWW
  
  PR:             ports/159106
  Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
  
  Revision  Changes    Path
  1.8       +7 -3      ports/devel/py-RPyC/Makefile
  1.6       +2 -2      ports/devel/py-RPyC/distinfo
  1.1       +14 -0     ports/devel/py-RPyC/files/patch-python.py (new)
  1.2       +1 -1      ports/devel/py-RPyC/pkg-descr
  1.4       +73 -89    ports/devel/py-RPyC/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Wen Heping freebsd_committer freebsd_triage 2011-08-11 12:05:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!