Now that Pagure supports Python 3 and it appears to work across the board, we should prefer it by default and package for Python 3 whenever it is reasonably possible.
Also, since we dropped EL6 support, Python 2.6 support is also dropped.
Signed-off-by: Neal Gompa ngompa13@gmail.com
rebased onto 0858dccb1314cabb37ce7a6ff5154df65549e692
rebased onto 8d5a06715101f4026e1bf362d11af452dfc52222
such files should be really in /usr/share
It's installed there so that it works for dev/test, etc. It's fundamentally part of the application.
rebased onto c7a1a15c1dea7d0899df240af2d676e1101ce562
rebased onto 37c341cb87a304f5e31ecddeb65b2293f8f468e3
python3 -m virtualenv
or even use venv instead.
I prefer pathfix.py, but in EPEL, that's in python36 package, so it would drag another interpreter extra.
rebased onto 5444359909d65e36c1d5e98568ad387d067da7cf
rebased onto 58cf6fac637c637bbf1f907c0571708756b6f9ff
rebased onto 73b334157c9fa67d7150a7dc6563054da11dcb23
rebased onto 48f13f346ced5d36d46f37c9b61eeb0dc7e373de
rebased onto 0d9dae1c01b329021c2d03735fec62fd8ecfbde1
rebased onto 55fa35a37f18410b36f3ff5d4becf0c3679c747c
Pull-Request has been merged by pingou
\o/
:tada:
Now that Pagure supports Python 3 and it appears to work across the
board, we should prefer it by default and package for Python 3 whenever
it is reasonably possible.
Also, since we dropped EL6 support, Python 2.6 support is also dropped.
Signed-off-by: Neal Gompa ngompa13@gmail.com