Displaying 3 results from an estimated 3 matches for "py2pack".
Did you mean:
ppack
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
Hi,
I managed to compile 4.10.0 under CentOS 7.6. I did the following:
- update the yum package repository cache: sudo yum makecache
- install yum-utils: sudo yum install yum-utils
- add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm
- update the yum package repository cache again: sudo yum makecache
- install Python 3.6 including PIP: sudo yum
2019 Apr 13
0
compile samba 4.10.2 centos 7.6
...new dependencies for
non-root users.
pip, like CPAN, ant, maven, gradle, and rubygems, is prone to bringing
in new and incompatible components at unpredictable times. It
shouldn't be used for production setups without great caution. That
said, I've been publishing updates to the old "py2pack" tool, used to
build SRPM's and RPM's from Python modules. The toolchain for that is
at https://github.com/nkadel/py2packrepo .
RHEL 7 has the Python2 version of dnspython. Just for you, I just put
up https://github.com/nkadel/python-dnspython-srpm, which has hooks to
build the python...
2019 Apr 14
3
compile samba 4.10.2 centos 7.6
...users.
>
> pip, like CPAN, ant, maven, gradle, and rubygems, is prone to
> bringing
> in new and incompatible components at unpredictable times. It
> shouldn't be used for production setups without great caution. That
> said, I've been publishing updates to the old "py2pack" tool, used to
> build SRPM's and RPM's from Python modules. The toolchain for that is
> at https://github.com/nkadel/py2packrepo .
>
> RHEL 7 has the Python2 version of dnspython. Just for you, I just put
> up https://github.com/nkadel/python-dnspython-srpm, which has...