FS#32990 - python-memcached conflicts with python2-memcached

Attached to Project: Community Packages
Opened by David H. Bronke (whitelynx) - Thursday, 06 December 2012, 18:33 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 08 December 2012, 11:33 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When attempting to install both python-memcached and python2-memcached from 'community', I receive the following errors:

/usr/lib/python2.7/site-packages/memcache.py exists in both 'python2-memcached' and 'python-memcached'
/usr/lib/python2.7/site-packages/memcache.pyc exists in both 'python2-memcached' and 'python-memcached'
/usr/lib/python2.7/site-packages/python_memcached-1.48-py2.7.egg-info/PKG-INFO exists in both 'python2-memcached' and 'python-memcached'
/usr/lib/python2.7/site-packages/python_memcached-1.48-py2.7.egg-info/SOURCES.txt exists in both 'python2-memcached' and 'python-memcached'
/usr/lib/python2.7/site-packages/python_memcached-1.48-py2.7.egg-info/dependency_links.txt exists in both 'python2-memcached' and 'python-memcached'
/usr/lib/python2.7/site-packages/python_memcached-1.48-py2.7.egg-info/top_level.txt exists in both 'python2-memcached' and 'python-memcached'

It seems like python-memcached includes the files for the python2 version instead of for python3.

Additional info:
* package version: 1.48-1

Steps to reproduce:
pacman -S python-memcached python2-memcached
This task depends upon

Closed by  Jelle van der Waa (jelly)
Saturday, 08 December 2012, 11:33 GMT
Reason for closing:  Fixed
Additional comments about closing:  since the official version doesnt support python3, the split pkg is removed.
Comment by Jelle van der Waa (jelly) - Saturday, 08 December 2012, 10:58 GMT
Yes it seems like the python-memcached is also python2

Loading...