Description
Testing, testing. Don't add to your system, only use in mock.
Installation Instructions
Place this mock config as ~/.config/mock/fedora-rawhide-python39.cfg
:
include('/etc/mock/fedora-rawhide-x86_64.cfg')
config_opts['root'] = 'fedora-rawhide-python39'
config_opts[f'{config_opts.package_manager}.conf'] += """
[python39]
name=Copr repo for python3.9 owned by @python
baseurl=https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=False
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
cost=10
"""
Build using mock -r fedora-rawhide-python39
.
There is no upgrade path. Clean your mock regularly. Sometimes with mock -r fedora-rawhide-python39 --scrub=all
.
To do repoqueries, you might want to have the repo in your system as well as /etc/yum.repos.d/python39.repo
:
[python39]
name=Copr repo for python3.9 owned by @python
baseurl=https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=False
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/pubkey.gpg
repo_gpgcheck=0
enabled=0
enabled_metadata=1
And you can run queries like:
$ repoquery --repo python39 python-rpm-generators
python-rpm-generators-0:10-2.fc32.src
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (143)* | Fedora rawhide (40 downloads) |
* Total number of packages downloaded in the last seven days.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable @python/python3.9
More info about enabling Copr repositories