Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 526276 - dev-python/python-iptables-0.5.0 version bump
Summary: dev-python/python-iptables-0.5.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-21 16:07 UTC by Michael Weber (RETIRED)
Modified: 2014-11-01 15:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weber (RETIRED) gentoo-dev 2014-10-21 16:07:28 UTC
There is a new release with python3_x support on the github page.

https://github.com/ldx/python-iptables/releases
Comment 1 Michael Weber (RETIRED) gentoo-dev 2014-10-21 16:08:52 UTC
and on pypi https://pypi.python.org/pypi/python-iptables/
Comment 2 Michael Weber (RETIRED) gentoo-dev 2014-10-21 16:41:21 UTC
a non-fatal test for CONFIG_NET_SCHED would be nice, too.

x python-iptables # python
Python 3.3.5 (default, Jul 29 2014, 22:01:20) 
[GCC 4.9.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyroute2 import IPRoute
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.3/site-packages/pyroute2/__init__.py", line 2, in <module>
    from pyroute2.iproute import IPRoute
  File "/usr/lib64/python3.3/site-packages/pyroute2/iproute.py", line 61, in <module>
    from pyroute2.netlink.client import Netlink
  File "/usr/lib64/python3.3/site-packages/pyroute2/netlink/client.py", line 4, in <module>
    from pyroute2.iocore.iocore import IOCore
  File "/usr/lib64/python3.3/site-packages/pyroute2/iocore/iocore.py", line 34, in <module>
    from pyroute2.iocore.broker import pairPipeSockets
  File "/usr/lib64/python3.3/site-packages/pyroute2/iocore/broker.py", line 23, in <module>
    from pyroute2.iocore.modules import modules
  File "/usr/lib64/python3.3/site-packages/pyroute2/iocore/modules/__init__.py", line 1, in <module>
    from . import connect
  File "/usr/lib64/python3.3/site-packages/pyroute2/iocore/modules/connect.py", line 12, in <module>
    from pyroute2.netlink.rtnl import RtnlSocket
  File "/usr/lib64/python3.3/site-packages/pyroute2/netlink/rtnl/__init__.py", line 53, in <module>
    from pyroute2.netlink.rtnl.tcmsg import tcmsg
  File "/usr/lib64/python3.3/site-packages/pyroute2/netlink/rtnl/tcmsg.py", line 28, in <module>
    _psched = open('/proc/net/psched', 'r')
FileNotFoundError: [Errno 2] No such file or directory: '/proc/net/psched'
>>> 
KeyboardInterrupt
>>>
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2014-11-01 14:31:28 UTC
*python-iptables-0.5.0 (01 Nov 2014)

  01 Nov 2014; Ian Delaney <idella4@gentoo.org> +python-iptables-0.5.0.ebuild,
  -python-iptables-0.3.0-r3.ebuild, -python-iptables-0.3.0_p20130331.ebuild:
  bump; add py3 support, keyword x86, IUSE doc and all that goes with a doc
  build, remove edundant patch, tidy, fixes Bug #526276, rm old

I don't follow about CONFIG_NET_SCHED , probably something I don't know bout.
Comment 4 Mike Gilbert gentoo-dev 2014-11-01 15:18:50 UTC
(In reply to Ian Delaney from comment #3)
> I don't follow about CONFIG_NET_SCHED , probably something I don't know bout.

He means a kernel check; see linux-info.eclass.

xmw: Can you file a separate bug for that please?