I am progressing in porting some orphaned
python packages that are currently python 2 only
but I am blocked on "false positive" requires:

>>> python2-logilab-astng requires: python2 python2-gobject python2-numpy
>>> python2-logilab-astng OBSOLETES: python-logilab-astng
>>> python3-logilab-astng requires: python3

As the original source has only a cross dependency from logilab-common

$ cat requires.txt
logilab-common >= 0.53.0


Question, How I can remove: python2-gobject python2-numpy ?

attached in progress cygport.

Regards
Marco




---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
inherit python-wheel

NAME="python-logilab-astng"
VERSION=0.24.3
RELEASE=2
ARCH="noarch"

CATEGORY="Python"
SUMMARY="Python module to rebuild a abstract syntax tree (AST)"
DESCRIPTION="Provides a astng base representation of Python source code for
projects such as pychecker, pyreverse, pylint. It provides a
compatible representation which comes from the \`_ast\` module. The
module rebuilds the generated tree by recursively walking down the AST
and building an extended ast (let's call it astng ;). The new node
classes have additional methods and attributes for different usages.
They include some support for static inference and local name scopes.
Furthermore, astng builds partial trees by inspecting living objects."
HOMEPAGE="https://pypi.org/project/logilab-astng";
SRC_URI="https://files.pythonhosted.org/packages/39/ab/3ecd06a186cfc503d9554fdf858e9a320c747cb76432d02e0e802f9450f0/logilab-astng-0.24.3.tar.gz";
SRC_DIR="logilab-astng-${VERSION}"

# interferes with get_flags_linker_so in numpy.distutils.fcompiler
unset LDFLAGS

python2_logilab_astng_CONTENTS="${python2_logilab_astng_CONTENTS}"
python3_logilab_astng_CONTENTS="${python3_logilab_astng_CONTENTS}"

python2_logilab_astng_OBSOLETES="python-logilab-astng"

Reply via email to