Re: [arch-dev-public] Orphaned packages from arcanis

2020-11-21 Thread Felix Yan via arch-dev-public
On Sat, 2020-11-21 at 20:09 +0100, Morten Linderud via arch-dev-public wrote: > scala Adopted. -- Regards, Felix Yan signature.asc Description: This is a digitally signed message part

Re: [arch-dev-public] News draft: nvidia 455.28 is incompatible with linux >= 5.9

2020-10-19 Thread Felix Yan via arch-dev-public
On Mon, 2020-10-19 at 23:01 +0200, Sven-Hendrik Haase via arch-dev- public wrote: > nvidia is currently partially incompatible with linux >= 5.9 [1][2]. > While graphics should work fine, CUDA and OpenCL are broken. Users > who've already upgraded and need those features are advised to switch > to

Re: [arch-dev-public] Packages up for adoption

2020-10-14 Thread Felix Yan via arch-dev-public
On Wed, 2020-10-14 at 14:39 -0300, Giancarlo Razzolini via arch-dev- public wrote: > Em outubro 14, 2020 14:31 Bartłomiej Piotrowski via arch-dev-public > escreveu: > > Hi, > > > > Due to lack of free time, I've orphaned some packages I don't want > > to > > think about: > > > > bash > >

Re: [arch-dev-public] Removing dependency on fontconfig/xorg-mkfontscale of font packages

2020-06-26 Thread Felix Yan via arch-dev-public
I noticed that xorg-fonts-alias and xorg-fonts-encodings were still kept: https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/ttf-indic-otf=104e24f18c7138d6a0a260a86465375682d4edfa If they should be removed as well, perhaps this could also be mentioned in the TODO? --

Re: [arch-dev-public] Proposal to remove PyGTK

2020-03-17 Thread Felix Yan via arch-dev-public
On 3/17/20 7:15 AM, Eli Schwartz wrote: > - zbar > > Felix, the zbar package currently builds python2-zbar bindings using > pygtk. These aren't used by any package, and upstream documents support > for python3 and GObject Introspection bindings usable via > python2/python3:

[arch-dev-public] deepin-kwin removed from [community-testing]

2019-09-02 Thread Felix Yan via arch-dev-public
There are multiple major issues with the new version 5.0.0, and upstream doesn't yet have figured them out after a month. Currently it would be better to stick with 0.1.0. -- Regards, Felix Yan

[arch-dev-public] Dropping dingo from [community]

2019-06-27 Thread Felix Yan via arch-dev-public
Hi All, I have removed dingo the Google DNS-over-HTTPS client from [community]. The upstream is inactive for years and supports Google only. I would recommend dns-over-https [1] instead which has support for multiple protocols and is still actively maintained. Note that Google announced [2]

[arch-dev-public] nodejs 12 removed from [community-testing]

2019-05-07 Thread Felix Yan via arch-dev-public
Binary packages do not build as nan doesn't support the new version yet [1]. nodejs 11.15.0 has been pushed to [community] instead. [1] https://github.com/nodejs/nan/issues/849 -- Regards, Felix Yan signature.asc Description: OpenPGP digital signature

Re: [arch-dev-public] Mongodb and SSPL

2019-01-18 Thread Felix Yan via arch-dev-public
On 2019/1/16 下午10:35, Allan McRae via arch-dev-public wrote: > Drop the package. I have dropped the two packages (mongodb and wiredtiger) to the AUR, since I did not use MongoDB for quite some time anyway. Thanks for all the input here. -- Regards, Felix Yan signature.asc Description:

Re: [arch-dev-public] /r/linux AMA

2018-08-26 Thread Felix Yan via arch-dev-public
On 8/10/18 12:41 AM, Morten Linderud via arch-dev-public wrote: > If you are interested participating please reply to the list with the > following > information: > > * Reddit username. > * What you do. > * What Monday fits for you? * /u/felixonmars * Python, Haskell, Nodejs, Qt, KDE, DDE,

Re: [arch-dev-public] Improving the package guidelines

2018-06-28 Thread Felix Yan via arch-dev-public
On 06/29/2018 05:06 AM, Eli Schwartz via arch-dev-public wrote: > Also I'd like to discuss what seems to me a common misconception in > python packaging -- specifically, the use of cp -r source source-py2 and > building both separately. > > Best I can tell, this is primarily motivated by fear of

Re: [arch-dev-public] [core] / [extra] cleanup

2018-06-23 Thread Felix Yan via arch-dev-public
On 06/23/2018 10:37 PM, Doug Newgard via arch-dev-public wrote: *Remove* - pcmciautils - Ancient technology >>> >>> Felix moved it to [extra], not sure why? So removed it from [core] >> >> Was a mistake when trying to rebuild for the BUILDINFO todo. Sorry for that. >> > > And two

Re: [arch-dev-public] [core] / [extra] cleanup

2018-06-04 Thread Felix Yan via arch-dev-public
On 06/05/2018 04:01 AM, Jelle van der Waa wrote: > On 02/06/18 17:06, Jelle van der Waa wrote: >> Looking at the packages in the BUILDINFO rebuild list, I've found some >> packages which are so old that they might not longer suit [core] or our >> repos in general. So I'd like to propose that we

Re: [arch-dev-public] Unit tests for python packages

2018-04-18 Thread Felix Yan via arch-dev-public
For testing with not installed python modules, invoking setup.py commands are often preferable and addresses both PYTHONPATH and 2to3. For nosetests: Use "python setup.py nosetests" instead. For pytest: Use "python setup.py pytest" instead. Note that "python-pytest-runner" needs to be in