Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch upstream to correctly handle install_data/data_files in Python #4968

Closed
3 tasks
domenkozar opened this issue Nov 12, 2014 · 4 comments
Closed
3 tasks

Comments

@domenkozar
Copy link
Member

See https://bitbucket.org/pypa/setuptools/issue/130/install_data-doesnt-respect-prefix

This is currently needed for some packages like xpra.

  • update Python docs
  • fix packages using the current workaround
  • open PR upstream

Current workaround for xpra: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/X11/xpra/default.nix#L45

@Profpatsch
Copy link
Member

(triage) status?

@domenkozar
Copy link
Member Author

Still needs to be fixed upstream: pypa/setuptools#130

@Profpatsch
Copy link
Member

Still needs to be fixed upstream …
@domenkozar what do you think, if it’s just one line, why don’t we patch it?

bhipple added a commit to bhipple/nixpkgs that referenced this issue Jul 13, 2018
Tool for interacting with S3 buckets, with some performance optimizations over s3cmd.

Skips installing the bash shell completion scripts in /etc, to work around:
NixOS#4968
pypa/setuptools#130
@bhipple bhipple mentioned this issue Jul 13, 2018
9 tasks
@FRidh
Copy link
Member

FRidh commented Aug 31, 2019

Since this issue was opened we've changed how we install packages (we use wheels since 2015). Even so, the issue is still valid. See e.g. #23438. Closing this one in favor of that issue.

@FRidh FRidh closed this as completed Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants