Re: move flask to py3

2021-02-28 Thread Pamela Mosiejczuk
No objections on vcr/test-vcr bits, thank you Lucas On 2/27/21 1:06 PM, Lucas Raab wrote: On Sat, Feb 27, 2021 at 10:25:21AM -0600, Lucas Raab wrote: On Sat, Feb 27, 2021 at 04:12:47PM +, Stuart Henderson wrote: On 2021/02/27 09:52, Lucas Raab wrote: On Fri, Feb 26, 2021 at 08:52:11PM -06

Re: remove py2 flavor from devel/py-test-vcr

2020-09-18 Thread Pamela Mosiejczuk
On 2020-09-18 08:48, Kurt Mosiejczuk wrote: On Fri, Sep 18, 2020 at 06:52:50AM +0200, Bjorn Ketelaars wrote: On Thu 17/09/2020 21:31, Pamela Mosiejczuk wrote: www/py-vcrpy has removed the python 2 flavor, and with the preceding update to that, we can remove the python 2 flavor on test-vcr

Update: www/py-vcrpy 2.1.1->4.1.0

2020-09-17 Thread Pamela Mosiejczuk
Updates vcrpy to 4.1.0, which removes the python2 flavor. There is a breaking change to how aiohttp follows redirects, and cassettes may need to be re-recorded after the update. Passes 267 tests, fails 17. This port is a test dependency for www/tuir and sysutils/py-vmomi, with no change to pass/

remove py2 flavor from devel/py-test-vcr

2020-09-17 Thread Pamela Mosiejczuk
www/py-vcrpy has removed the python 2 flavor, and with the preceding update to that, we can remove the python 2 flavor on test-vcr. OK? Index: Makefile === RCS file: /home/cvs/ports/devel/py-test-vcr/Makefile,v retrieving revision 1

Update: www/tootstream 3.7->3.8.1

2020-09-15 Thread Pamela Mosiejczuk
Updates tootstream to the newest release, no notable change beyond an older bump in the mastodon.py version range, which I am removing as too low, anyway. kmos@ (maintainer) and I tested and agree it is more appropriate to update mastodon.py to current, as any mastodon server being reasonably maint

Update: py-mastodon.py 1.4.5->1.5.1

2020-09-15 Thread Pamela Mosiejczuk
Introduces support for Mastodon 3.1, bookmarks, announcements and announcement reactions. A Mastodon update deprecated the search_v1 API but mastodon.py will still allow its use. Includes a testing fix. Testing this update with tootstream requires applying the proposed update, which follows, to re

Re: [update] www/luakit, homepage has changed

2020-09-15 Thread Pamela Mosiejczuk
On 2020-09-15 01:55, Stefan Hagen wrote: Hello, - updated homepage - added revision Best Regards, Stefan Updated, thank you -Pamela

Re: update alephone and marathon game files

2020-09-12 Thread Pamela Mosiejczuk
Sound, normal/windowed mode, gameplay all fine. Tested local network play with kmos@ (pew pew pew!) OK pamela@ On 2020-09-11 16:22, Peter Hessler wrote: Update for AlephOne and the Marathon game files to the recent 1.3.1 release. Major Changes: Uses SDL 2 for much-improved compatibility

New: graphics/py-blurhash

2020-09-11 Thread Pamela Mosiejczuk
This a python implementation of the blurhash algorithm, used by the mastodon software to hide sensitive images using compact placeholders. It is needed for an update to mastodon.py to support newer mastodon versions. Patched so that tests will run, but currently they're not included in the source

New: graphics/mypaint

2020-09-11 Thread Pamela Mosiejczuk
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets. Its brush engine is versatile and configurable, and it provides useful, productive tools. The standard brushes can emulate traditional media like charcoal, pencils, ink, or paint. Uses mypaint-brus

New: graphics/mypaint-brushes2

2020-09-11 Thread Pamela Mosiejczuk
This is needed for the new port mypaint, which follows. (Gimp depends on the 1.x branch of this port, currently in the tree, while MyPaint itself needs the 2.x). "Brushes used by MyPaint and other software using libmypaint." OK to import? -Pamela mypaint-brushes2.tgz Description: Binary da

Re: [new package] mutt-wizard - automated configuration manager for neomutt

2020-09-05 Thread Pamela Mosiejczuk
On 2020-08-13 14:48, Aisha Tammy wrote: On 6/1/20 12:46 AM, Aisha Tammy wrote: Hi, This is quite a handy package for autoconfiguration of neomutt and other utilities. I'm hoping we can get it so that a lot of the newcomers who want to use neomutt won't be that daunted by the dotfiles. I've att

Re: Update: textproc/py-emoji to 0.6.0

2020-08-11 Thread Pamela Mosiejczuk
On Tue, Aug 11, 2020 at 04:48:49PM -0400, Pamela Mosiejczuk wrote: > Hi ports@, > > Update for multiple minor fixes and removal of consumerless python 2 flavor. > This version adds a "variant" selector, allowing specification of text or > emoji > variant form (VS1

Update: textproc/py-emoji to 0.6.0

2020-08-11 Thread Pamela Mosiejczuk
Hi ports@, Update for multiple minor fixes and removal of consumerless python 2 flavor. This version adds a "variant" selector, allowing specification of text or emoji variant form (VS15 or VS16). The removed patches have since been upstreamed. Passes all tests. OK? Pamela Index: Makefile ===

UPDATE: devel/py-unittest2

2019-12-19 Thread Pamela Mosiejczuk
This is an update for our version of the unittest2 backport, bringing it up to the newest version from 2015, which some other testing framework items now specify (including any updates to tox). There were many fixes between releases, see https://hg.python.org/unittest2 To test this update, you'll

NEW: devel/py-traceback2

2019-12-19 Thread Pamela Mosiejczuk
py-traceback2 is a new build+run dependency needed for an update to py-unittest2. traceback2 is a backport of the traceback module. To test this port, my new proposed ports py-linecache2 and py-fixtures are needed (and unittest2 itself). All tests pass. Comments/OKs? py-traceback2.tgz De

NEW: devel/py-linecache2

2019-12-19 Thread Pamela Mosiejczuk
linecache2 is part of the dependency chain needed for an update to py-unittest2. linecache2 is a backport of the linecache Python module. To test, my new proposed port py-fixtures is needed (and unittest2 itself). 2 failed tests, 8 passed Comments/OKs? py-linecache2.tgz Description: Binary

NEW: devel/py-fixtures

2019-12-19 Thread Pamela Mosiejczuk
py-fixtures is a shared test dependency for new ports py-traceback2 and py-linecache2, which are needed to update py-unittest2. Fixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaptation logic is included to make it easy to write your

NEW: devel/py-argparse

2019-12-19 Thread Pamela Mosiejczuk
py-argparse is a new build dependency required to update our existing backport of py-unittest2. DESCR: The argparse module makes it easy to write user friendly command line interfaces. The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.ar

Re: enable tests on www/py-mastodon.py

2019-12-02 Thread Pamela Mosiejczuk
ping On Sat, Nov 23, 2019 at 12:27:42PM -0500, Pamela Mosiejczuk wrote: > Hi, > With missing deps imported, these tests can now be run, so flip them on. > > OK? > -pamela > Index: Makefile === RCS file:

Re: [update] devel/py-test-cov

2019-12-02 Thread Pamela Mosiejczuk
ping, fresh copy below On Sat, Nov 23, 2019 at 04:01:04AM -0500, Pamela Mosiejczuk wrote: > On Fri, Sep 06, 2019 at 05:31:30PM -0400, Johan Huldtgren wrote: > > hello, > > > > minor update to py-test-cov from 2.5.1 to 2.7.1, this is one of the > > required dependencie

enable tests on www/py-mastodon.py

2019-11-23 Thread Pamela Mosiejczuk
Hi, With missing deps imported, these tests can now be run, so flip them on. OK? -pamela Index: Makefile === RCS file: /cvs/ports/www/py-mastodon.py/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile27 Au

Re: [update] devel/py-test-cov

2019-11-23 Thread Pamela Mosiejczuk
On Fri, Sep 06, 2019 at 05:31:30PM -0400, Johan Huldtgren wrote: > hello, > > minor update to py-test-cov from 2.5.1 to 2.7.1, this is one of the > required dependencies needed to update audio/py-jwt. > > thanks, > > .jh This port has been updated since Johan's message; updated version attache

Re: NEW devel/py-zc-lockfile

2019-11-22 Thread Pamela Mosiejczuk
I took a stab at the zopetesting update and don't have that ready for primetime yet, but was able to install and run your tests fine with 4.7. All seven pass on both flavors. OK pamela@ On 2019-10-21 10:46, Björn Ketelaars wrote: devel/py-zc-lockfile is part of the dependency chain of a futur

remove sqlports-compact reference in portgen manual

2019-11-16 Thread Pamela Mosiejczuk
Oops, just tripped over this. OK to update? -pamela Index: portgen.1 === RCS file: /cvs/src/share/man/man1/portgen.1,v retrieving revision 1.2 diff -u -p -r1.2 portgen.1 --- portgen.1 24 Jun 2019 18:56:42 - 1.2 +++ portgen.

Re: NEW: devel/py-test-vcr

2019-11-16 Thread Pamela Mosiejczuk
Ping, reattaching. No changes with the update to my proposed www/py-vcrpy port, preceding. OK to import? -pamela On 2019-08-19 15:34, Pamela Mosiejczuk wrote: Hi, DESCR: Py-test plugin for managing VCR.py cassettes. This plugin is configured, for the most part, by overriding py-test

Re: NEW: www/py-vcrpy

2019-11-16 Thread Pamela Mosiejczuk
On 2019-08-19 15:33, Pamela Mosiejczuk wrote: Hi all, DESCR: VCR.py simplifies and speeds up tests that make HTTP requests. The first time you run code that is inside a VCR.py context manager or decorated function, VCR.py records all HTTP interactions that take place through the libraries it

Re: [NEW:] fonts/opendyslexic

2019-09-28 Thread Pamela Mosiejczuk
ping? reattached. No response from the author in the meantime about making the static archive usable. -pamela On 2019-09-20 16:34, Pamela Mosiejczuk wrote: Hi all, The makers of the OpenDyslexic font have relicensed it as SIL OFL 1.1, available here: https://github.com/antijingoist

Re: [NEW:] fonts/opendyslexic

2019-09-20 Thread Pamela Mosiejczuk
(Oops, pardon the accidental github link paste at the end. That's the release zip I didn't use.) On 9/20/19 4:34 PM, Pamela Mosiejczuk wrote: Hi all, The makers of the OpenDyslexic font have relicensed it as SIL OFL 1.1, available here: https://github.com/antijingoist/opendyslexic

[NEW:] fonts/opendyslexic

2019-09-20 Thread Pamela Mosiejczuk
Hi all, The makers of the OpenDyslexic font have relicensed it as SIL OFL 1.1, available here: https://github.com/antijingoist/opendyslexic. The font is intended to be more readable for readers with dyslexia, and features increased spacing, weighted bottoms of characters to indicate direction,

NEW: devel/py-test-vcr

2019-08-19 Thread Pamela Mosiejczuk
Hi, DESCR: Py-test plugin for managing VCR.py cassettes. This plugin is configured, for the most part, by overriding py-test fixtures or passing options to the vcr marker. This is a missing test dependency for mastodon.py, along with the py-vcrpy port I've just sent (which this one needs as a

NEW: www/py-vcrpy

2019-08-19 Thread Pamela Mosiejczuk
Hi all, DESCR: VCR.py simplifies and speeds up tests that make HTTP requests. The first time you run code that is inside a VCR.py context manager or decorated function, VCR.py records all HTTP interactions that take place through the libraries it supports and serializes and writes them to a flat

Re: py-mastodon.py: update to 1.4.5

2019-08-19 Thread Pamela Mosiejczuk
On 8/17/19 2:33 PM, Klemens Nanni wrote: Required for the tootstream update that follows soon. There's 1.4.6 but tootstream requires 1.4.5. No PLIST change, but py-magic is a new RDEP. I've also added version specs to dependencies to keep track of them. Changelog is lengthy as we're skippi

Re: UPDATE: productivity/zim 0.69

2019-03-27 Thread Pamela Mosiejczuk
OK On 3/27/19 3:59 PM, Sebastian Benoit wrote: just a tiny update: === 0.69 - Sun 16 Dec 2018 === * Performance improvements for indexing large notebooks * Performance improvement for auto-completion of page names in dialogs * Updated translations from launchpad ok? Index: Makefile

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-16 Thread Pamela Mosiejczuk
On 3/16/19 5:12 PM, Remi Locherer wrote: This adds TEST_ENV to python.port.mk. Plus it adds MODPY_PYTEST and MODPY_PYTEST_ARGS to deal with "-m pytest". I counted a bit more than 70 ports using this testing method. I added productivity/vdirsyncer as an example. OK? Remi Tried on an assortm