From owner-freebsd-python@freebsd.org Mon Dec 21 01:46:48 2015 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7DADA4D4EE for ; Mon, 21 Dec 2015 01:46:48 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x229.google.com (mail-pf0-x229.google.com [IPv6:2607:f8b0:400e:c00::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9042515C5; Mon, 21 Dec 2015 01:46:48 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x229.google.com with SMTP id o64so79516789pfb.3; Sun, 20 Dec 2015 17:46:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Cl7GE1wB7XOa1wUIbpOo+Q5nU+b16KlbRGr5jUHyO7A=; b=Nzg6XKb6fDKvaY/4OaNWorfg8zdWBY8WsMFW4+F+PuS6Y43441BplmpeJgdQv323MD plNTy2fnpUMNE/yzGMy40NzvArloD2f01it9lZc2LVKDoQ4Y0HkiBz1DCCoguVo9N1Pu kI1CcdZEnEylJjNtzLTyvcamtGqB4MFaaSrAVhcW8E84gejxaKTriX5CKtXstGzgSRKy TSVsFPnX6SgNbbLVyAoCyXLqMom/i6pOEfAZbuSneFzBiZYJXX9ItHzex5awx+ernEA1 lWIs+fhrm/V6KdbFOEpMdpFS0gocbGj2nMJdsH6PmDj4Qc3pivc0jwIW0X6Pn3bUB9j6 Tszg== X-Received: by 10.98.42.149 with SMTP id q143mr23272816pfq.75.1450662407962; Sun, 20 Dec 2015 17:46:47 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:c825:be55:88ec:f9f1? (2001-44b8-31ae-7b01-c825-be55-88ec-f9f1.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:c825:be55:88ec:f9f1]) by smtp.gmail.com with ESMTPSA id 7sm17535439pfn.83.2015.12.20.17.46.46 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 Dec 2015 17:46:47 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: porting PyECLib References: <20151220084538.GA2784@gmail.com> To: Mykola Golub , freebsd-python@freebsd.org From: Kubilay Kocak Message-ID: <567759FF.1090209@FreeBSD.org> Date: Mon, 21 Dec 2015 12:46:39 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <20151220084538.GA2784@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 01:46:48 -0000 On 20/12/2015 7:45 PM, Mykola Golub wrote: > I am not sure about some things though: > > 1) Portname: currently PyECLib, but may be it should be pyeclib or > just eclib? 1) tldr; Whatever the name is in PyPI, whether or not you get the sdists from MASTER_SITES=CHEESESHOP (preferred) or a repository More detail: https://wiki.freebsd.org/Python/PortsPolicy > 2) The package includes several C libraries: gf-complete, > liberasurecode, jerasure, which are their own projects, so could be > built as separate packages. Do you think it worth splitting it to > several packages, providing the libraries as dependencies to PyECLib? > I suppose it could be splitted later if other users for the libs are > found. 2) If they're packaged separately on PyPI, like that. If not, more than likely separately. That different things live in the same repository is not reason enough to package them/install them together. > 3) May be you see other things I do wrong here? 3) Current diff * lowercase(+PORTNAME= PyECLib) * Are you sure the python package uses libtool? *skeptical* * Add LICENSE_FILE if one exists in WRKSRC If you have more questions, don't hesitate to join us on IRC at freebsd-python freenode